Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| template<class Type > |
| tmp< CarrierEqn< Type > > | operator* (const CarrierEqn< Type > &eqn, const dimensionedScalar &s) |
| | Multiplication. More...
|
| |
| template<class Type > |
| tmp< CarrierEqn< Type > > | operator* (const tmp< CarrierEqn< Type >> &tEqn, const dimensionedScalar &s) |
| |
| template<class Type > |
| tmp< CarrierEqn< Type > > | operator* (const dimensionedScalar &s, const CarrierEqn< Type > &eqn) |
| |
| template<class Type > |
| tmp< CarrierEqn< Type > > | operator* (const dimensionedScalar &s, const tmp< CarrierEqn< Type >> &tEqn) |
| |
| template<class Type > |
| tmp< CarrierEqn< Type > > | operator/ (const CarrierEqn< Type > &eqn, const dimensionedScalar &s) |
| | Division. More...
|
| |
| template<class Type > |
| tmp< CarrierEqn< Type > > | operator/ (const tmp< CarrierEqn< Type >> &tEqn, const dimensionedScalar &s) |
| |
| template<class Type > |
| void | operator+= (fvMatrix< Type > &fvEqn, const CarrierEqn< Type > &cEqn) |
| | Add to a finite-volume equation. More...
|
| |
| template<class Type > |
| void | operator+= (fvMatrix< Type > &fvEqn, const tmp< CarrierEqn< Type >> &tcEqn) |
| | Add to a finite-volume equation. More...
|
| |
| template<class Type > |
| void | operator-= (fvMatrix< Type > &fvEqn, const CarrierEqn< Type > &cEqn) |
| | Subtract from a finite-volume equation. More...
|
| |
| template<class Type > |
| void | operator-= (fvMatrix< Type > &fvEqn, const tmp< CarrierEqn< Type >> &tcEqn) |
| | Subtract from a finite-volume equation. More...
|
| |
Original source file CarrierEqn.H
Definition in file CarrierEqn.H.
◆ CARRIER_EQN_SCALAR_OPERATOR
| #define CARRIER_EQN_SCALAR_OPERATOR |
( |
|
Op | ) |
|
Value: \
template<class Type> \
tmp<CarrierEqn<Type>>
operator Op \
( \
const CarrierEqn<Type>& eqn, \
); \
\
template<class Type> \
tmp<CarrierEqn<Type>>
operator Op \
( \
const tmp<CarrierEqn<Type>>& tEqn, \
);
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(lagrangian::Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< " ";}gmvFile<< nl;forAllConstIter(lagrangian::Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< " ";}gmvFile<< nl;forAllConstIter(lagrangian::Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){ word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.name(), lagrangian::cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Definition at line 128 of file CarrierEqn.H.
◆ CARRIER_SCALAR_EQN_OPERATOR
| #define CARRIER_SCALAR_EQN_OPERATOR |
( |
|
Op | ) |
|
Value: \
template<class Type> \
tmp<CarrierEqn<Type>>
operator Op \
( \
const CarrierEqn<Type>& eqn \
); \
\
template<class Type> \
tmp<CarrierEqn<Type>>
operator Op \
( \
const tmp<CarrierEqn<Type>>& tEqn \
);
Definition at line 144 of file CarrierEqn.H.