Go to the documentation of this file.
13 pimpleDict.getOrDefault<scalar>(
"rDeltaTSmoothingCoeff", 0.02)
18 pimpleDict.getOrDefault<scalar>(
"rDeltaTDampingCoeff", 1.0)
23 pimpleDict.getOrDefault<scalar>(
"maxDeltaT", GREAT)
53 rDeltaT.correctBoundaryConditions();
55 Info<<
"Flow time scale min/max = "
56 <<
gMin(1/rDeltaT.primitiveField())
57 <<
", " <<
gMax(1/rDeltaT.primitiveField()) <<
endl;
64 Info<<
"Smoothed flow time scale min/max = "
65 <<
gMin(1/rDeltaT.primitiveField())
66 <<
", " <<
gMax(1/rDeltaT.primitiveField()) <<
endl;
81 Info<<
"Damped flow time scale min/max = "
82 <<
gMin(1/rDeltaT.primitiveField())
83 <<
", " <<
gMax(1/rDeltaT.primitiveField()) <<
endl;
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
surfaceScalarField phid("phid", fvc::interpolate(psi) *(fvc::flux(HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi)/fvc::interpolate(rho))))
scalar rDeltaTSmoothingCoeff(pimpleDict.getOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.1))
Ostream & endl(Ostream &os)
scalar maxCo(pimpleDict.get< scalar >("maxCo"))
const dictionary & pimpleDict
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
label max(const labelHashSet &set, label maxValue=labelMin)
scalar maxDeltaT(pimpleDict.getOrDefault< scalar >("maxDeltaT", GREAT))
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
tmp< volScalarField > trDeltaT
volScalarField rDeltaT0("rDeltaT0", rDeltaT)
Type gMin(const FieldField< Field, Type > &f)
tmp< surfaceScalarField > flux(const volVectorField &vvf)
const volScalarField & psi
static tmp< GeometricField< Type, faePatchField, edgeMesh > > interpolate(const GeometricField< Type, faPatchField, areaMesh > &tvf, const edgeScalarField &faceFlux, Istream &schemeData)
Type gMax(const FieldField< Field, Type > &f)
scalar rDeltaTDampingCoeff(pimpleDict.getOrDefault< scalar >("rDeltaTDampingCoeff", 1.0))
void smooth(volScalarField &field, const scalar coeff)