57inline forceSuSp
operator+(
const forceSuSp& susp1,
const forceSuSp& susp2);
58inline forceSuSp
operator*(
const scalar
s,
const forceSuSp& susp);
67 public Tuple2<vector, scalar>
97 inline scalar
Sp()
const;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A 2-tuple for storing two objects of dissimilar types. The container is similar in purpose to std::pa...
Helper container for force Su and Sp terms.
forceSuSp()=default
Default construct.
const vector & Su() const
Return const access to the explicit contribution [kg.m/s2].
void operator-=(const forceSuSp &susp)
Subtraction.
void operator+=(const forceSuSp &susp)
Addition.
scalar Sp() const
Return const access to the implicit coefficient [kg/s].
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...
gmvFile<< "tracers "<< particles.size()<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().x()<< " ";}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().y()<< " ";}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){ word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
tmp< faMatrix< Type > > operator+(const faMatrix< Type > &, const faMatrix< Type > &)
tmp< faMatrix< Type > > operator*(const areaScalarField::Internal &, const faMatrix< Type > &)