#include <optional>
#include <string>
Go to the source code of this file.
|
| double | MaterialPropertyLib::driftFluxProfileParameter (double const dryness) |
| VoidFractionQuadratic | MaterialPropertyLib::voidFractionQuadratic (DriftFluxState const &state) |
| double | MaterialPropertyLib::voidFractionResidual (double const alpha, DriftFluxState const &state) |
| std::string | MaterialPropertyLib::voidFractionClosureDiagnostics (DriftFluxState const &state) |
| double | MaterialPropertyLib::driftFluxVelocity (double const dryness, double const temperature, double const vapour_water_density, double const liquid_water_density) |
| double | MaterialPropertyLib::alignedDriftFluxVelocity (double const u_gu, double const v_mix) |
| DriftFluxState | MaterialPropertyLib::driftFluxState (double const dryness, double const temperature, double const vapour_water_density, double const liquid_water_density, double const v_mix) |
| std::optional< double > | MaterialPropertyLib::computeVapourVoidFraction (DriftFluxState const &state) |
| double | MaterialPropertyLib::mixtureSlipParameter (double const alpha, DriftFluxState const &state) |