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::Lagrangianc | |
Functions | |
| template<class Type > | |
| tmp< LagrangianSubField< Type > > | Ddt (const LagrangianSubSubField< Type > &psi) |
| Return the instantaneous time-derivative. More... | |
| template<class Type > | |
| tmp< LagrangianSubField< Type > > | Ddt (const LagrangianSubScalarSubField &m, const LagrangianSubSubField< Type > &psi) |
| Return the instantaneous time-derivative. More... | |
| template<class Type > | |
| tmp< LagrangianSubField< Type > > | deltaTddt0 (const LagrangianSubSubField< Type > &psi) |
| Return the Euler explicit/forward time derivative multiplied by the. More... | |
| template<class Type > | |
| tmp< LagrangianSubField< Type > > | deltaTddt0 (const LagrangianSubScalarSubField &m, const LagrangianSubSubField< Type > &psi) |
| Return the Euler explicit/forward time derivative multiplied by the. More... | |
Functions for calculating the time derivative for a Lagrangian equation.
Original source file LagrangiancDdt.H
InNamespace Foam::Lagrangianc
Definition in file LagrangiancDdt.H.