CST Data Readout
CST data readout classes and a program to export CST data.
|
#include <CST_Readout.h>
Data Fields | |
float | id |
Material id to be used to identify materials. More... | |
float | eps |
Relative electric permittivity ![]() | |
float | mue |
Relative permeability ![]() | |
float | rho |
Material density ![]() | |
float | rho_set |
The density ![]() | |
string | description |
Material description. More... | |
Struct used to store material information.
This information is not taken directly from CST, but has to be given by the user via a xml file. See CST_Readout::SetMaterialFile.
string material::description |
Material description.
float material::eps |
Relative electric permittivity .
float material::id |
Material id to be used to identify materials.
float material::mue |
Relative permeability .
float material::rho |
Material density .
float material::rho_set |
The density set in CST to identify the material.