swSim  Version 1.0
All Classes Namespaces Files Functions Variables Typedefs Macros
Public Attributes | List of all members
swSim::Model::model_s Struct Reference

#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...
 

Member Data Documentation

◆ numTimeSteps

uint32_t swSim::Model::model_s::numTimeSteps

Number of time steps in the simulation.

◆ dt

double swSim::Model::model_s::dt

Size of the time step in seconds.

◆ numMaterials

uint8_t swSim::Model::model_s::numMaterials

Number of matrials in the model.

◆ numExcitations

uint8_t swSim::Model::model_s::numExcitations

Number of excitations in the model.

◆ inputFile

char swSim::Model::model_s::inputFile[50]

Input file name.

◆ inputPath

char swSim::Model::model_s::inputPath[150]

Path to input file directory.


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