#include "DriftFluxModel.h"
#include <spdlog/fmt/fmt.h>
#include <algorithm>
#include <cmath>
#include <string>
#include "MaterialLib/PhysicalConstant.h"
#include "NumLib/Exceptions.h"
Go to the source code of this file.
|
| static double | MaterialPropertyLib::closureSlipParameter (DriftFluxState const &state) |
| static DriftFluxState | MaterialPropertyLib::alignDriftWithFlow (DriftFluxState const &state) |
| double | MaterialPropertyLib::alignedDriftFluxVelocity (double const u_gu, double const v_mix) |
| 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) |
| 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) |