Class which makes thermophysical transport modelling available to derived classes. More...


Public Member Functions | |
| ThermophysicalTransportPhaseModel (const phaseSystem &fluid, const word &phaseName, const bool referencePhase, const label index) | |
| virtual | ~ThermophysicalTransportPhaseModel () |
| Destructor. More... | |
| virtual void | predictThermophysicalTransport () |
| Predict the energy transport e.g. alphat. More... | |
| virtual void | correctThermophysicalTransport () |
| Correct the energy transport e.g. alphat. More... | |
| virtual tmp< scalarField > | kappaEff (const label patchi) const |
| Return the effective thermal conductivity on a patch. More... | |
| virtual tmp< fvScalarMatrix > | divq (volScalarField &he) const |
| Return the source term for the energy equation. More... | |
| virtual tmp< fvScalarMatrix > | divj (volScalarField &Yi) const |
| Return the source term for a specie mass-fraction equation. More... | |
Class which makes thermophysical transport modelling available to derived classes.
Definition at line 77 of file ThermophysicalTransportPhaseModel.H.
| ThermophysicalTransportPhaseModel | ( | const phaseSystem & | fluid, |
| const word & | phaseName, | ||
| const bool | referencePhase, | ||
| const label | index | ||
| ) |
Definition at line 32 of file ThermophysicalTransportPhaseModel.C.
|
virtual |
Destructor.
Definition at line 56 of file ThermophysicalTransportPhaseModel.C.
|
virtual |
Predict the energy transport e.g. alphat.
Definition at line 64 of file ThermophysicalTransportPhaseModel.C.
|
virtual |
Correct the energy transport e.g. alphat.
Definition at line 73 of file ThermophysicalTransportPhaseModel.C.
|
virtual |
Return the effective thermal conductivity on a patch.
Definition at line 83 of file ThermophysicalTransportPhaseModel.C.
References patchi.
|
virtual |
Return the source term for the energy equation.
Definition at line 94 of file ThermophysicalTransportPhaseModel.C.
References he().

|
virtual |
Return the source term for a specie mass-fraction equation.
Definition at line 105 of file ThermophysicalTransportPhaseModel.C.