Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| bool | readScalar (const char *buf, floatScalar &s) |
| | Read whole of buf as a scalar. Return true if successful. More...
|
| |
| floatScalar | mag (const floatScalar s) |
| |
| | MAXMIN (floatScalar, floatScalar, floatScalar) inline double pow(const floatScalar s |
| |
| | MAXMIN (floatScalar, floatScalar, int) inline double pow(const floatScalar s |
| |
| | MAXMIN (floatScalar, int, floatScalar) inline double pow(const int s |
| |
| | MAXMIN (floatScalar, floatScalar, long) inline double pow(const floatScalar s |
| |
| | MAXMIN (floatScalar, long, floatScalar) inline double pow(const long s |
| |
| floatScalar | hypot (const floatScalar x, const floatScalar y) |
| |
| floatScalar | atan2 (const floatScalar y, const floatScalar x) |
| |
| floatScalar | jn (const int n, const floatScalar s) |
| |
| floatScalar | yn (const int n, const floatScalar s) |
| |
Original source file floatScalar.H
Definition in file floatScalar.H.
◆ Scalar
| #define Scalar floatScalar |
◆ ScalarVGreat
| #define ScalarVGreat floatScalarVGreat |
◆ ScalarVSmall
| #define ScalarVSmall floatScalarVSmall |
◆ ScalarRootVGreat
| #define ScalarRootVGreat floatScalarRootVGreat |
◆ ScalarRootVSmall
| #define ScalarRootVSmall floatScalarRootVSmall |
◆ ScalarNaN
| #define ScalarNaN floatScalarNaN |
◆ readScalar
| #define readScalar readFloatScalar |
◆ 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(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))
const dimensionedScalar e
Elementary charge.
void pow(LagrangianPatchField< typename powProduct< Type, r >::type > &f, const LagrangianPatchField< Type > &f1)
Definition at line 97 of file floatScalar.H.
◆ transFunc
| #define transFunc |
( |
|
func | ) |
|
Value:
}
void func(FieldField< Field, Type > &f, const FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
Definition at line 115 of file floatScalar.H.