|
static PetscErrorCode | UpdateAuxTemperatureField2Gas (PetscReal time, PetscInt dim, const PetscFVCellGeom *cellGeom, const PetscInt uOff[], const PetscScalar *conservedValues, const PetscInt aOff[], PetscScalar *auxField, void *ctx) |
|
static PetscErrorCode | UpdateAuxPressureField2Gas (PetscReal time, PetscInt dim, const PetscFVCellGeom *cellGeom, const PetscInt uOff[], const PetscScalar *conservedValues, const PetscInt aOff[], PetscScalar *auxField, void *ctx) |
|
static PetscErrorCode | UpdateAuxVelocityField2Gas (PetscReal time, PetscInt dim, const PetscFVCellGeom *cellGeom, const PetscInt uOff[], const PetscScalar *conservedValues, const PetscInt aOff[], PetscScalar *auxField, void *ctx) |
|
static std::shared_ptr< TwoPhaseDecoder > | CreateTwoPhaseDecoder (PetscInt dim, const std::shared_ptr< eos::EOS > &eosGas, const std::shared_ptr< eos::EOS > &eosLiquid) |
|
◆ CreateTwoPhaseDecoder()
std::shared_ptr< ablate::finiteVolume::processes::TwoPhaseEulerAdvection::TwoPhaseDecoder > ablate::finiteVolume::processes::TwoPhaseEulerAdvection::CreateTwoPhaseDecoder |
( |
PetscInt |
dim, |
|
|
const std::shared_ptr< eos::EOS > & |
eosGas, |
|
|
const std::shared_ptr< eos::EOS > & |
eosLiquid |
|
) |
| |
|
static |
static call to create a TwoPhaseDecoder based upon eos
- Parameters
-
- Returns
◆ Setup()
The documentation for this class was generated from the following files: