#include <Model.hpp>
Public Attributes | |
uint32_t | numTimeSteps |
Number of time steps in the simulation. More... | |
double | dt |
Size of the time step in seconds. More... | |
uint8_t | numMaterials |
Number of matrials in the model. More... | |
uint8_t | numExcitations |
Number of excitations in the model. More... | |
char | inputFile [50] |
Input file name. More... | |
char | inputPath [150] |
Path to input file directory. More... | |
uint32_t swSim::Model::model_s::numTimeSteps |
Number of time steps in the simulation.
double swSim::Model::model_s::dt |
Size of the time step in seconds.
uint8_t swSim::Model::model_s::numMaterials |
Number of matrials in the model.
uint8_t swSim::Model::model_s::numExcitations |
Number of excitations in the model.
char swSim::Model::model_s::inputFile[50] |
Input file name.
char swSim::Model::model_s::inputPath[150] |
Path to input file directory.