27 #include "surfaceInterpolate.H" 44 tmp<GeometricField<Type, fvPatchField, volMesh>>
55 mesh().time().timeName(),
76 tdtdt.
ref().primitiveFieldRef() =
113 "ddt("+vf.
name()+
')',
114 mesh().time().timeName(),
163 "ddt("+rho.
name()+
','+vf.
name()+
')',
164 mesh().time().timeName(),
194 rDeltaT*rho*(vf - vf.
oldTime())
213 "ddt("+rho.
name()+
','+vf.
name()+
')',
214 mesh().time().timeName(),
268 mesh().time().timeName(),
331 "ddt("+sf.
name()+
')',
332 mesh().time().timeName(),
365 scalar rDeltaT = 1.0/
mesh().time().deltaTValue();
400 scalar rDeltaT = 1.0/
mesh().time().deltaTValue();
437 scalar rDeltaT = 1.0/
mesh().time().deltaTValue();
477 scalar rDeltaT = 1.0/
mesh().time().deltaTValue();
523 "ddtCorr(" + U.
name() +
',' + Uf.
name() +
')',
524 mesh().time().timeName(),
527 this->fvcDdtPhiCoeff(U.
oldTime(), phiUf0, phiCorr)
555 "ddtCorr(" + U.
name() +
',' + phi.
name() +
')',
556 mesh().time().timeName(),
599 mesh().time().timeName(),
602 this->fvcDdtPhiCoeff(rhoU0, phiUf0, phiCorr, rho.
oldTime())
627 mesh().time().timeName(),
643 <<
"dimensions of Uf are not correct" 646 return fluxFieldType::null();
686 mesh().time().timeName(),
718 mesh().time().timeName(),
734 <<
"dimensions of phi are not correct" 737 return fluxFieldType::null();
const GeometricField< Type, PatchField, GeoMesh > & oldTime() const
Return old time field.
const word & name() const
Return name.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
T & ref() const
Return non-const reference or generate a fatal error.
static tmp< GeometricField< typename innerProduct< vector, Type >::type, fvsPatchField, surfaceMesh > > dotInterpolate(const surfaceVectorField &Sf, const GeometricField< Type, fvPatchField, volMesh > &tvf)
Interpolate field onto faces.
const dimensionSet dimVol(dimVolume)
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDdt(const dimensioned< Type > &)
const Internal::FieldType & primitiveField() const
Return a const-reference to the internal field.
Generic GeometricField class.
Generic dimensioned Type class.
const dimensionSet & dimensions() const
Return dimensions.
tmp< fluxFieldType > fvcDdtPhiCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const fluxFieldType &phi)
tmp< surfaceScalarField > meshPhi(const GeometricField< Type, fvPatchField, volMesh > &)
This boundary condition is not designed to be evaluated; it is assmued that the value is assigned via...
const Type & value() const
Return const reference to value.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
errorManip< error > abort(error &err)
tmp< fluxFieldType > fvcDdtUfCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
Calculate the divergence of the given field.
const word & name() const
Return const reference to name.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
A special matrix type and solver, designed for finite volume solutions of scalar equations.
const dimensionSet & dimensions() const
Return const reference to dimensions.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
tmp< fvMatrix< Type > > fvmDdt(const GeometricField< Type, fvPatchField, volMesh > &)
const dimensionSet dimArea(sqr(dimLength))
const dimensionSet dimVelocity