35 namespace regionModels
37 namespace surfaceFilmModels
47 mappedConvectiveHeatTransfer,
76 htcConvPrimary_.name(),
Base class for surface film models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Info<< "Predicted p max-min : "<< max(p).value()<< " "<< min(p).value()<< endl;rho==max(rho0+psi *p, rhoMin);# 1 "/home/ubuntu/OpenFOAM-10/applications/solvers/multiphase/cavitatingFoam/alphavPsi.H" 1{ alphav=max(min((rho - rholSat)/(rhovSat - rholSat), scalar(1)), scalar(0));alphal=1.0 - alphav;Info<< "max-min alphav: "<< max(alphav).value()<< " "<< min(alphav).value()<< endl;psiModel-> correct()
const Boundary & boundaryField() const
Return const-reference to the boundary field.
const Time & time() const
Return the reference to the time database.
virtual ~mappedConvectiveHeatTransfer()
Destructor.
Macros for easy insertion into run-time selection tables.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
addToRunTimeSelectionTable(ejectionModel, BrunDrippingEjection, dictionary)
const dimensionSet dimTime
const fvMesh & primaryMesh() const
Return the reference to the primary mesh database.
static word timeName(const scalar, const int precision=curPrecision_)
Return time name of given scalar time.
const fvMesh & regionMesh() const
Return the region mesh database.
const dimensionSet dimMass
dimensionedScalar pow3(const dimensionedScalar &ds)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
void correctBoundaryConditions()
Correct boundary field.
void toRegion(const label regionPatchi, List< Type > &primaryFieldField) const
Convert a primary region field to the local region.
virtual void correct()
Correct.
mappedConvectiveHeatTransfer(surfaceFilmRegionModel &film, const dictionary &dict)
Construct from surface film model and dictionary.
A class for managing temporary objects.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
defineTypeNameAndDebug(kinematicSingleLayer, 0)
const dimensionSet dimTemperature
virtual tmp< volScalarField::Internal > h() const
Return the heat transfer coefficient [W/m^2/K].
Base class for film heat transfer models.