Uniform coordinate spacing. The i-th coordinate is given by: More...


Public Member Functions | |
| TypeName ("uniform") | |
| Runtime type information. More... | |
| uniform (const word &name, const dimensionSet &dims, const label n, const dictionary &dict) | |
| Construct from a dictionary. More... | |
Public Member Functions inherited from oneDimensionalDiscretisation | |
| TypeName ("oneDimensionalDiscretisation") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, oneDimensionalDiscretisation, dictionary,(const word &name, const dimensionSet &dims, const label n, const dictionary &dict),(name, dims, n, dict)) | |
| oneDimensionalDiscretisation (const word &name, const dimensionSet &dims, const tmp< scalarField > &coordinates) | |
| Construct from components. More... | |
| virtual | ~oneDimensionalDiscretisation () |
| Destructor. More... | |
| const scalarField & | coordinates () const |
| Return the coordinates. More... | |
| PtrList< dimensionedScalar > | dimensionedCoordinates () const |
| Return the coordinates as a list of dimensioned scalars. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from oneDimensionalDiscretisation | |
| static autoPtr< oneDimensionalDiscretisation > | New (const word &name, const dimensionSet &dims, const label n, const dictionary &dict) |
| Selector. More... | |
Uniform coordinate spacing. The i-th coordinate is given by:
{
type uniform;
// First and last coordinates
min 0.01;
max 0.51;
// Optional moment/power of the coordinate to be spaced uniformly.
// Defaults to one.
q 1;
}
Definition at line 70 of file uniform_oneDimensionalDiscretisation.H.
| uniform | ( | const word & | name, |
| const dimensionSet & | dims, | ||
| const label | n, | ||
| const dictionary & | dict | ||
| ) |
Construct from a dictionary.
Definition at line 93 of file uniform_oneDimensionalDiscretisation.C.
| TypeName | ( | "uniform" | ) |
Runtime type information.