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