21 #include "MooseObject.h" 22 #include "PostprocessorInterface.h" static InputParameters validParams()
const MooseEnum & _direction
Direction of the transfer.
Definition: NekTransferBase.h:68
Definition: NekRSMesh.h:50
Definition: NekTransferBase.h:31
void addExternalPostprocessor(const std::string name, const Real initial)
NekRSProblem & _nek_problem
The NekRSProblem using the field transfer interface.
Definition: NekTransferBase.h:62
virtual void readDataFromNek()
Read data from Nek.
Definition: NekTransferBase.h:42
Solve nekRS wrapped as a MOOSE app.
Definition: NekRSProblem.h:36
const MooseEnum & direction() const
Get the direction of the transfer.
Definition: NekTransferBase.h:45
void checkAllocatedUsrwrkSlot(const unsigned int &u) const
NekRSMesh * _nek_mesh
The underlying NekRSMesh mirror.
Definition: NekTransferBase.h:65
virtual void sendDataToNek()
Send data to Nek.
Definition: NekTransferBase.h:39
NekTransferBase(const InputParameters ¶meters)