|
Cardinal
|
#include <NekFieldPostprocessor.h>
Public Member Functions | |
| NekFieldPostprocessor (const InputParameters ¶meters) | |
| virtual void | initialize () override |
| virtual void | execute () override |
| const field::NekFieldEnum & | field () const |
Static Public Member Functions | |
| static InputParameters | validParams () |
Protected Attributes | |
| const nek_mesh::NekMeshEnum | _pp_mesh |
| Which NekRS mesh to act on. More... | |
| const NekRSProblem * | _nek_problem |
| The NekRSProblem required by all objects which inherit from NekBase. More... | |
| const NekRSMesh * | _nek_mesh |
| Underlying NekRSMesh, if present. More... | |
| const field::NekFieldEnum | _field |
| NekRS solution field. More... | |
| component::BinnedVelocityComponentEnum | _velocity_component |
| Point | _velocity_direction |
| Direction in which to evaluate velocity, when field = velocity_component. More... | |
Base class for NekRS postprocessors that operate on fields, such as for taking averages of a field variable.
| NekFieldPostprocessor::NekFieldPostprocessor | ( | const InputParameters & | parameters | ) |
|
inlineoverridevirtual |
Reimplemented in NekPointValue.
|
inlineinherited |
Get the field
|
inlineoverridevirtual |
|
static |
|
protectedinherited |
NekRS solution field.
|
protectedinherited |
The NekRSProblem required by all objects which inherit from NekBase.
|
protected |
Which NekRS mesh to act on.
|
protectedinherited |
Direction in which to evaluate velocity, if using 'field = velocity_component'. Options: user (then provide a general vector direction with the 'velocity_direction' parameter normal (normal to an interface, context dependent on daughter class)
|
protectedinherited |
Direction in which to evaluate velocity, when field = velocity_component.
1.8.16