33 namespace relativeVelocityModels
45 const dictionary&
dict,
46 const incompressibleTwoPhaseInteractingMixture&
mixture 49 relativeVelocityModel(dict, mixture),
53 residualAlpha_(
"residualAlpha",
dimless, dict)
71 exp(-a_*
max(alphad_ - residualAlpha_, scalar(0)))
72 -
exp(-a1_*
max(alphad_ - residualAlpha_, scalar(0)))
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
general(const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture)
Construct from components.
Macros for easy insertion into run-time selection tables.
dimensionedScalar exp(const dimensionedScalar &ds)
virtual void correct()
Update the diffusion velocity.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
Info<< "Reading field p_rgh\"<< endl;volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Reading field U\"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating phaseChangeTwoPhaseMixture\"<< endl;autoPtr< phaseChangeTwoPhaseMixture > mixture
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
const dimensionSet dimVelocity