27 _pressure(coupledValue(
"pressure")),
28 _density(getParam<
Real>(
"density")),
29 _gravity(getParam<
Real>(
"gravity"))
registerMooseObject("FsiApp", WaveHeightAuxKernel)
const Real _density
Density of the fluid domain.
const Real _gravity
Acceleration due to gravity.
static InputParameters validParams()
WaveHeightAuxKernel(const InputParameters ¶meters)
const VariableValue & _pressure
Pressure input.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
virtual Real computeValue()
WaveHeightAuxKernel takes pressure in the fluid domain as input and converts it to a displacement in ...