Base class for field data.
More...
#include <Terminals.hpp>
Inherited by ScalarField, and VectorField.
Base class for field data.
Definition at line 100 of file Terminals.hpp.
FieldBase |
( |
const std::string & |
name, |
|
|
const std::string & |
field_tag, |
|
|
const std::string & |
space_lib_name = "geometry" |
|
) |
| |
|
inline |
Construct a new field placeholder
- Parameters
-
name | Variable name for the represented quantity (i.e. Temperature) |
field_tag | Tag to identify the field |
space_lib_name | The name of the space library used for the field |
Definition at line 110 of file Terminals.hpp.
const std::string& field_tag |
( |
| ) |
const |
|
inline |
const std::string& name |
( |
| ) |
const |
|
inline |
const std::string& space_lib_name |
( |
| ) |
const |
|
inline |
std::string m_space_lib_name |
|
private |
The documentation for this struct was generated from the following file: