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