Functions for calculating the time derivative for a Lagrangian equation. More...


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::Lagrangianm | |
Functions | |
| template<class Type > | |
| bool | initDdt (const dimensionSet &mDims, const LagrangianSubSubField< Type > &psi, const bool instantaneousDdt=false) |
| Initialise time-derivative information. Registers fields used to. More... | |
| template<class Type , template< class > class PrimitiveField> | |
| bool | initDdt (const dimensionSet &mDims, const LagrangianSubField< Type, PrimitiveField > &psi, const bool instantaneousDdt=false) |
| Initialise time-derivative information. Registers fields used to. More... | |
| template<class Type > | |
| tmp< LagrangianEqn< Type > > | noDdt (const LagrangianSubScalarField &deltaT, const dimensionSet &mDims, const LagrangianSubSubField< Type > &psi) |
| Return the no-time-derivative matrix containing higher-order. More... | |
| template<class Type , template< class > class PrimitiveField> | |
| tmp< LagrangianEqn< Type > > | noDdt (const LagrangianSubScalarField &deltaT, const dimensionSet &mDims, const LagrangianSubField< Type, PrimitiveField > &psi) |
| Return the no-time-derivative matrix containing higher-order. More... | |
| template<class Type > | |
| tmp< LagrangianEqn< Type > > | Ddt (const LagrangianSubScalarField &deltaT, LagrangianSubSubField< Type > &psi) |
| Return the time-derivative matrix. More... | |
| template<class Type > | |
| tmp< LagrangianEqn< Type > > | Ddt (const LagrangianSubScalarField &deltaT, const LagrangianSubScalarSubField &m, LagrangianSubSubField< Type > &psi) |
| Return the time-derivative matrix. More... | |
| template<class Type > | |
| tmp< LagrangianEqn< Type > > | ddt (const LagrangianSubSubField< Type > &psi) |
| Return a Euler implicit time derivative matrix. More... | |
| template<class Type > | |
| tmp< LagrangianEqn< Type > > | ddt (const LagrangianSubScalarSubField &m, const LagrangianSubSubField< Type > &psi) |
| Return a Euler implicit time derivative matrix. More... | |
| template<class Type > | |
| tmp< LagrangianEqn< Type > > | ddt0 (const LagrangianSubSubField< Type > &psi) |
| Return a Euler explicit/forward time derivative matrix. More... | |
| template<class Type > | |
| tmp< LagrangianEqn< Type > > | ddt0 (const LagrangianSubScalarSubField &m, const LagrangianSubSubField< Type > &psi) |
| Return a Euler explicit/forward time derivative matrix. More... | |
Functions for calculating the time derivative for a Lagrangian equation.
Original source file LagrangianmDdt.H
InNamespace Foam::Lagrangianm
Definition in file LagrangianmDdt.H.