|
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 . More... | |
| float | mue |
Relative permeability . More... | |
| float | rho |
Material density . More... | |
| float | rho_set |
The density set in CST to identify the material. More... | |
| 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.
1.8.11