cee::ug::SimulationInfo
- 
class SimulationInfo
 Simple class containing metadata info for the simulation that produced the model database.
A simulation info contains:
A title
A description
A filename
A source filename
A simulation type (structural, fluid, thermal,…)
A solution type (static, steady state, transient, …)
Metadata for a simulation is accessed from the data source directory.
See also
Public Functions
- 
SimulationInfo()
 Constructs an empty object.
- 
SimulationInfo(const SimulationInfo &other)
 Construct a SimulationInfo as a copy of other.
- 
SimulationInfo &operator=(const SimulationInfo &rhs)
 Assigns other to this and returns a reference to this simulation info.
- 
SimulationType type() const
 Returns the simulation type.
- 
void setType(SimulationType type)
 Sets the simulation info type.
- 
SolutionType solutionType() const
 Returns the solution type.
- 
void setSolutionType(SolutionType type)
 Sets the solution type.