Cardinal
|
#include <NekPressureSurfaceForce.h>
Public Member Functions | |
NekPressureSurfaceForce (const InputParameters ¶meters) | |
virtual Real | getValue () const override |
virtual void | initialize () override |
virtual void | execute () override |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Attributes | |
const MooseEnum & | _component |
Component of force to compute. More... | |
const std::vector< int > & | _boundary |
boundary IDs of the nekRS mesh over which to find the extreme value More... | |
const MooseMesh & | _mesh |
Base mesh this postprocessor acts on. More... | |
const NekRSMesh * | _nek_mesh |
Underlying NekRSMesh, if present. More... | |
const NekRSProblemBase * | _nek_problem |
Underlying problem. More... | |
const nek_mesh::NekMeshEnum | _pp_mesh |
Which NekRS mesh to act on. More... | |
Compute the integral of pressure force that the fluid exerts on a surface, or \(\int_\Gamma Pn_id\Gamma\), where $n_i$ is either the $x$/$y$/$z$ direction (or the magnitude of the entire force, if the component is 'total').
Note that this calculation is done directly on the mesh that nekRS solves on, not the mesh created for solution transfer in NekRSMesh.
NekPressureSurfaceForce::NekPressureSurfaceForce | ( | const InputParameters & | parameters | ) |
|
inlineoverridevirtualinherited |
Reimplemented in NekMeshInfoPostprocessor.
|
overridevirtual |
|
inlineoverridevirtualinherited |
Reimplemented in NekMeshInfoPostprocessor.
|
static |
|
protectedinherited |
boundary IDs of the nekRS mesh over which to find the extreme value
|
protected |
Component of force to compute.
|
protectedinherited |
Base mesh this postprocessor acts on.
|
protectedinherited |
Underlying problem.
|
protectedinherited |
Which NekRS mesh to act on.