Pass scalar values (single numbers) between NekRS and MOOSE.
Definition NekScalarValue.h:25
const PostprocessorName * _postprocessor
Name of postprocessor to output the value sent into NekRS, for diagnostics.
Definition NekScalarValue.h:38
virtual void sendDataToNek() override
Send data to Nek.
static InputParameters validParams()
NekScalarValue(const InputParameters ¶meters)
const Real & _value
The value to pass into NekRS, possibly multiplied by 'scaling'.
Definition NekScalarValue.h:35
Base class for transferring scalars (single numbers) between NekRS and MOOSE.
Definition ScalarTransferBase.h:25