Go to the documentation of this file.
34 template<
class FieldType>
35 int Foam::functionObjects::ddt2::apply(
const word& inputName,
int& state)
40 if (state || !foundObject<FieldType>(inputName))
45 const FieldType&
input = lookupObject<FieldType>(inputName);
54 const dimensionSet dims =
static Ostream & output(Ostream &os, const IntRange< T > &range)
static constexpr const zero Zero
Type gAverage(const FieldField< Field, Type > &f)
static word timeName(const scalar t, const int precision=precision_)
Ostream & endl(Ostream &os)
bool store(word &fieldName, const tmp< ObjectType > &tfield, bool cacheable=false)
dimensioned< typename typeOfMag< Type >::type > magSqr(const dimensioned< Type > &dt)
word outputName("finiteArea-edges.obj")
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
const word & name() const noexcept
virtual const word & type() const =0
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
static tmp< T > New(Args &&... args)
static Istream & input(Istream &is, IntRange< T > &range)
Calculate the first temporal derivative.
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)