|
Stellarator and Tokamak Modeling and Meshing Software (STOMMS)
|
Public Member Functions | |
| ModelVmec () | |
| ModelVmec (const ModelMetaData &md, const VmecData &vm) | |
| const Model & | getModel () const |
| const std::vector< Plane > & | getPlanes () const |
Class to create a geometry based on model meta data, and vmec info. Also, properties specific to vmec, and stellarators are set in this class.
|
inline |
Constructor to create an object of ModelVmec.
| ModelVmec::ModelVmec | ( | const ModelMetaData & | md, |
| const VmecData & | vm | ||
| ) |
Constructor to create model based on metadata and magnetic field information.
| md | model metadata information to setup geometry. |
| vm | struct containing all the necessary vmec information for modeling. |
| const Model & ModelVmec::getModel | ( | ) | const |
Function to get model associated with vmec geometry.
| const std::vector< Plane > & ModelVmec::getPlanes | ( | ) | const |
Function to get all the geometric information on individual planes.