const InputParameters & parameters() const
Creates all the objects needed to solve the Navier Stokes energy equation.
Creates all the objects needed to solve the Navier Stokes scalar transport equations using the nonlin...
Creates all the objects needed to solve the mixture terms for the weakly-compressible and incompressi...
void addAdvectionSlipTerm()
static InputParameters validParams()
virtual void addFVKernels() override
const WCNSFVFluidHeatTransferPhysics * _fluid_energy_physics
Fluid heat transfer physics.
const bool _use_advection_slip
Whether to add the advection slip term to each component of the momentum equation.
const bool _use_drift_flux
Whether to add the drift flux momentum terms to each component momentum equation.
const MooseFunctorName _phase_1_fraction_name
Name of the first phase fraction (usually, liquid)
virtual void setSlipVelocityParams(InputParameters ¶ms) const override
Adds the slip velocity parameters.
void addPhaseDriftFluxTerm()
virtual void addFunctorMaterials() override
static InputParameters commonMixtureParams()
void addPhaseInterfaceTerm()
Functions adding kernels for the other physics.
const MooseFunctorName _phase_1_density
Name of the density of the other phase.
static void renamePassiveScalarToMixtureParams(InputParameters ¶ms)
const MooseFunctorName _phase_1_specific_heat
Name of the specific heat of the other phase.
const MooseFunctorName _phase_1_thermal_conductivity
Name of the thermal conductivity of the other phase.
void addPhaseChangeEnergySource()
const MooseFunctorName _phase_2_fraction_name
Name of the second phase fraction (usually, dispersed or advected by the liquid)
const MooseFunctorName _phase_1_viscosity
Name of the dyanmic viscosity of the other phase.
const bool _add_phase_equation
Convenience boolean to keep track of whether the phase transport equation is requested.
const bool _use_external_mixture_properties
Whether to define the mixture model internally or use fluid properties instead.
const MooseFunctorName _phase_2_density
Name of the density of the other phase.
bool _has_energy_equation
Convenience boolean to keep track of whether the fluid energy equation is present.
const MooseFunctorName _phase_2_viscosity
Name of the dynamic viscosity of the other phase.
const MooseFunctorName _phase_2_specific_heat
Name of the specific heat of the other phase.
const MooseFunctorName _phase_2_thermal_conductivity
Name of the thermal conductivity of the other phase.