Cardinal
|
#include <NekFieldPostprocessor.h>
Public Member Functions | |
NekFieldPostprocessor (const InputParameters ¶meters) | |
virtual void | initialize () override |
virtual void | execute () override |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Attributes | |
const field::NekFieldEnum | _field |
integrand of the surface integral More... | |
Point | _velocity_direction |
Direction in which to evaluate velocity, when field = velocity_component. 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... | |
Base class for NekRS postprocessors that operate on fields, such as for taking averages of a field variable.
NekFieldPostprocessor::NekFieldPostprocessor | ( | const InputParameters & | parameters | ) |
|
inlineoverridevirtualinherited |
Reimplemented in NekMeshInfoPostprocessor.
|
inlineoverridevirtualinherited |
Reimplemented in NekMeshInfoPostprocessor.
|
static |
|
protected |
integrand of the surface integral
|
protectedinherited |
Base mesh this postprocessor acts on.
|
protectedinherited |
Underlying problem.
|
protectedinherited |
Which NekRS mesh to act on.
|
protected |
Direction in which to evaluate velocity, when field = velocity_component.