Dummy phase change model for 'none'. More...
#include <lagrangianIntermediate/NoPhaseChange.H>
Dummy phase change model for 'none'.
Definition at line 46 of file NoPhaseChange.H.
Public Member Functions | |
TypeName ("none") | |
Runtime type information.
| |
NoPhaseChange (const dictionary &, CloudType &) | |
Construct from dictionary.
| |
virtual | ~NoPhaseChange () |
Destructor.
| |
virtual bool | active () const |
Flag to indicate whether model activates phase change model.
| |
virtual void | calculate (const scalar dt, const label cellI, const scalar Re, const scalar d, const scalar nu, const scalar T, const scalar Ts, const scalar pc, scalarField &dMassPC) const |
Update model.
|
NoPhaseChange | ( | const dictionary & | , |
CloudType & | owner | ||
) |
Construct from dictionary.
Definition at line 32 of file NoPhaseChange.C.
~NoPhaseChange | ( | ) | [virtual]
|
Destructor.
Definition at line 44 of file NoPhaseChange.C.
TypeName | ( | "none" | ) |
Runtime type information.
bool active | ( | ) | const [virtual]
|
Flag to indicate whether model activates phase change model.
Implements PhaseChangeModel< CloudType >.
Definition at line 51 of file NoPhaseChange.C.
void calculate | ( | const scalar | dt, |
const label | cellI, | ||
const scalar | Re, | ||
const scalar | d, | ||
const scalar | nu, | ||
const scalar | T, | ||
const scalar | Ts, | ||
const scalar | pc, | ||
scalarField & | dMassPC | ||
) | const [virtual]
|
Update model.
Implements PhaseChangeModel< CloudType >.
Definition at line 59 of file NoPhaseChange.C.