Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
bool | readScalar (const char *buf, doubleScalar &s) |
| Read whole of buf as a scalar. Return true if successful. More...
|
|
doubleScalar | mag (const doubleScalar s) |
|
| MAXMIN (doubleScalar, doubleScalar, doubleScalar) inline double pow(const doubleScalar s |
|
| MAXMIN (doubleScalar, doubleScalar, int) inline double pow(const doubleScalar s |
|
| MAXMIN (doubleScalar, int, doubleScalar) inline double pow(const int s |
|
| MAXMIN (doubleScalar, doubleScalar, long) inline double pow(const doubleScalar s |
|
| MAXMIN (doubleScalar, long, doubleScalar) inline double pow(const long s |
|
| MAXMIN (doubleScalar, doubleScalar, float) inline double pow(const doubleScalar s |
|
| MAXMIN (doubleScalar, float, doubleScalar) inline double pow(const float s |
|
doubleScalar | hypot (const doubleScalar x, const doubleScalar y) |
|
doubleScalar | atan2 (const doubleScalar y, const doubleScalar x) |
|
doubleScalar | jn (const int n, const doubleScalar s) |
|
doubleScalar | yn (const int n, const doubleScalar s) |
|
Original source file doubleScalar.H
Definition in file doubleScalar.H.
◆ Scalar
#define Scalar doubleScalar |
◆ ScalarVGreat
#define ScalarVGreat doubleScalarVGreat |
◆ ScalarVSmall
#define ScalarVSmall doubleScalarVSmall |
◆ ScalarRootVGreat
#define ScalarRootVGreat doubleScalarRootVGreat |
◆ ScalarRootVSmall
#define ScalarRootVSmall doubleScalarRootVSmall |
◆ readScalar
#define readScalar readDoubleScalar |
◆ MAXMINPOW
#define MAXMINPOW |
( |
|
retType, |
|
|
|
type1, |
|
|
|
type2 |
|
) |
| |
Value:\
MAXMIN(retType, type1, type2) \
\
inline
double pow(
const type1
s,
const type2
e) \
}
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().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))
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
const doubleScalar e
Elementary charge.
Definition at line 96 of file doubleScalar.H.
◆ transFunc
#define transFunc |
( |
|
func | ) |
|
Value:}
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().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))
void func(FieldField< Field, Type > &f, const FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
Definition at line 115 of file doubleScalar.H.