15 "THM:output_vector_velocity");
21 params.
addClassDescription(
"Lets the user specify the variable type for the velocity output");
23 "velocity_as_vector",
true,
"True for vector-valued velocity, false for scalar velocity.");
Specialization of FEProblem to run with component subsystem.
registerMooseAction("ThermalHydraulicsApp", THMOutputVectorVelocityAction, "THM:output_vector_velocity")
static InputParameters validParams()
static InputParameters validParams()
THMOutputVectorVelocityAction(const InputParameters ¶ms)
void setVectorValuedVelocity(bool vector_velocity)
Set if velocity is being output as a vector-valued field.
std::shared_ptr< FEProblemBase > & _problem
Action to setup output of vector-valued velocity.