Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
fvScalarMatrix EaEqn(betav *fvm::ddt(rho, hea)+mvConvection->fvmDiv(phi, hea)+betav *fvc::ddt(rho, K)+fvc::div(phi, K)+(hea.name()=="ea" ? fvc::div(phi/fvc::interpolate(rho), p, "div(phiv,p)") :-betav *dpdt) - fvm::laplacian(Db, hea)+betav *fvOptions(rho, hea))
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
CGAL::Exact_predicates_exact_constructions_kernel K
fvMatrix< scalar > fvScalarMatrix
tmp< fv::convectionScheme< scalar > > mvConvection(fv::convectionScheme< scalar >::New(mesh, fields, phi, mesh.divScheme("div(phi,Yi_h)")))
GeometricField< scalar, fvPatchField, volMesh > volScalarField
volScalarField Db("Db", turbulence->muEff())
const volScalarField & betav
tmp< GeometricField< Type, faPatchField, areaMesh > > ddt(const dimensioned< Type > dt, const faMesh &mesh)
tmp< GeometricField< Type, faPatchField, areaMesh > > laplacian(const GeometricField< Type, faPatchField, areaMesh > &vf, const word &name)
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate(const GeometricField< Type, faPatchField, areaMesh > &tvf, const edgeScalarField &faceFlux, Istream &schemeData)