|
| TypeName ("none") |
|
| NoPhaseChange (const dictionary &, CloudType &) |
|
| NoPhaseChange (const NoPhaseChange< CloudType > &pcm) |
|
virtual autoPtr< PhaseChangeModel< CloudType > > | clone () const |
|
virtual | ~NoPhaseChange () |
|
virtual bool | active () const |
|
virtual void | calculate (const scalar dt, const label celli, const scalar Re, const scalar Pr, const scalar d, const scalar nu, const scalar rho, const scalar T, const scalar Ts, const scalar pc, const scalar Tc, const scalarField &X, const scalarField &solMass, const scalarField &liqMass, scalarField &dMassPC) const |
|
| TypeName ("phaseChangeModel") |
|
| declareRunTimeSelectionTable (autoPtr, PhaseChangeModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) |
|
| PhaseChangeModel (CloudType &owner) |
|
| PhaseChangeModel (const dictionary &dict, CloudType &owner, const word &type) |
|
| PhaseChangeModel (const PhaseChangeModel< CloudType > &pcm) |
|
virtual autoPtr< PhaseChangeModel< CloudType > > | clone () const=0 |
|
virtual | ~PhaseChangeModel ()=default |
|
const enthalpyTransferType & | enthalpyTransfer () const |
|
virtual scalar | dh (const label idc, const label idl, const scalar p, const scalar T) const |
|
virtual scalar | Tvap (const scalarField &X) const |
|
virtual scalar | TMax (const scalar p, const scalarField &X) const |
|
void | addToPhaseChangeMass (const scalar dMass) |
|
virtual void | info (Ostream &os) |
|
template<class CloudType>
class Foam::NoPhaseChange< CloudType >
Dummy phase change model for 'none'.
Definition at line 45 of file NoPhaseChange.H.