CST Data Readout
CST data readout classes and a program to export CST data.
Data Fields
material Struct Reference

#include <CST_Readout.h>

Data Fields

float id
 Material id to be used to identify materials. More...
 
float eps
 Relative electric permittivity $\epsilon_r$. More...
 
float mue
 Relative permeability $\mu_r$. More...
 
float rho
 Material density $\rho$. More...
 
float rho_set
 The density $\rho$ set in CST to identify the material. More...
 
string description
 Material description. More...
 

Detailed Description

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.

Field Documentation

string material::description

Material description.

float material::eps

Relative electric permittivity $\epsilon_r$.

float material::id

Material id to be used to identify materials.

float material::mue

Relative permeability $\mu_r$.

float material::rho

Material density $\rho$.

float material::rho_set

The density $\rho$ set in CST to identify the material.


The documentation for this struct was generated from the following file: