23 params.addRequiredParam<UserObjectName>(
NS::fluid,
"fluid userobject");
24 params.addClassDescription(
"Computes the speed of sound");
const ADMaterialProperty< Real > & _temperature
temperature
static const std::string fluid
virtual void computeQpProperties() override
const ADMaterialProperty< Real > & _pressure
pressure
static const std::string T_fluid
static InputParameters validParams()
registerMooseObject("NavierStokesApp", SoundspeedMat)
ADMaterialProperty< Real > & _sound_speed
The speed of sound.
static const std::string sound_speed
static InputParameters validParams()
Common class for single phase fluid properties.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static const std::string pressure
Computes the speed of sound from other Navier-Stokes material properties.
const SinglePhaseFluidProperties & _fluid
fluid properties user object
SoundspeedMat(const InputParameters ¶meters)