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 succesful. More...
|
| |
| doubleScalar | mag (const doubleScalar 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.
| #define Scalar doubleScalar |
| #define ScalarVGREAT doubleScalarVGREAT |
| #define ScalarVSMALL doubleScalarVSMALL |
| #define ScalarROOTVGREAT doubleScalarROOTVGREAT |
| #define ScalarROOTVSMALL doubleScalarROOTVSMALL |
| #define readScalar readDoubleScalar |
| #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 83 of file doubleScalar.H.