#include <world.h>
|
| World (std::string filename) |
|
| ~World () |
|
void | declare_and_parse (Parameters ¶meters) |
|
double | temperature (const std::array< double, 2 > &point, const double depth, const double gravity_norm) const |
|
double | temperature (const std::array< double, 3 > &point, const double depth, const double gravity_norm) const |
|
bool | composition (const std::array< double, 2 > &point, const double depth, const unsigned int composition_number) const |
|
bool | composition (const std::array< double, 3 > &point, const double depth, const unsigned int composition_number) const |
|
Definition at line 38 of file world.h.
◆ World()
WorldBuilder::World::World |
( |
std::string |
filename | ) |
|
Constructor. This constructor requires a atring with the location of the world builder file to initialize the world..
Definition at line 39 of file world.cc.
◆ ~World()
WorldBuilder::World::~World |
( |
| ) |
|
Destructor
Definition at line 47 of file world.cc.
◆ composition() [1/2]
bool WorldBuilder::World::composition |
( |
const std::array< double, 2 > & |
point, |
|
|
const double |
depth, |
|
|
const unsigned int |
composition_number |
|
) |
| const |
◆ composition() [2/2]
bool WorldBuilder::World::composition |
( |
const std::array< double, 3 > & |
point, |
|
|
const double |
depth, |
|
|
const unsigned int |
composition_number |
|
) |
| const |
◆ declare_and_parse()
void WorldBuilder::World::declare_and_parse |
( |
Parameters & |
parameters | ) |
|
read in the world builder file
Temperature parameters.
Model rotation parameters.
Coordinate system parameters.
pre-compute stuff for the cross section
Definition at line 50 of file world.cc.
◆ temperature() [1/2]
double WorldBuilder::World::temperature |
( |
const std::array< double, 2 > & |
point, |
|
|
const double |
depth, |
|
|
const double |
gravity_norm |
|
) |
| const |
◆ temperature() [2/2]
double WorldBuilder::World::temperature |
( |
const std::array< double, 3 > & |
point, |
|
|
const double |
depth, |
|
|
const double |
gravity_norm |
|
) |
| const |
◆ parameters
◆ path_seperator
const char WorldBuilder::World::path_seperator = '.' |
|
static |
Stores the path separtor used for the property tree.
Definition at line 69 of file world.h.
The documentation for this class was generated from the following files: