|
| | TypeName ("surfaceReader") |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (autoPtr, surfaceReader, fileName,(const fileName &fName),(fName)) |
| |
| | surfaceReader (const fileName &fName) |
| | Construct from fileName. More...
|
| |
| virtual | ~surfaceReader ()=default |
| | Destructor. More...
|
| |
| virtual const meshedSurface & | geometry (const label timeIndex)=0 |
| | Return a reference to the surface geometry. More...
|
| |
| virtual instantList | times () const =0 |
| | Return a list of the available times. More...
|
| |
| virtual wordList | fieldNames (const label timeIndex) const =0 |
| | Return a list of the available fields at a given time. More...
|
| |
| virtual tmp< Field< scalar > > | field (const label timeIndex, const label fieldIndex, const scalar &refValue=pTraits< scalar >::zero) const =0 |
| | Return a scalar field at a given time. More...
|
| |
| virtual tmp< Field< vector > > | field (const label timeIndex, const label fieldIndex, const vector &refValue=pTraits< vector >::zero) const =0 |
| | Return a vector field at a given time. More...
|
| |
| virtual tmp< Field< sphericalTensor > > | field (const label timeIndex, const label fieldIndex, const sphericalTensor &refValue=pTraits< sphericalTensor >::zero) const =0 |
| | Return a sphericalTensor field at a given time. More...
|
| |
| virtual tmp< Field< symmTensor > > | field (const label timeIndex, const label fieldIndex, const symmTensor &refValue=pTraits< symmTensor >::zero) const =0 |
| | Return a symmTensor field at a given time. More...
|
| |
| virtual tmp< Field< tensor > > | field (const label timeIndex, const label fieldIndex, const tensor &refValue=pTraits< tensor >::zero) const =0 |
| | Return a tensor field at a given time. More...
|
| |
Base class for surface readers.
- Source files
-
Definition at line 53 of file surfaceReader.H.