Core simulation loop and element registry.
More...
|
| | Simulation I/O |
| | JSON serialization and deserialization of simulation architectures.
|
| |
| | Simulation Recorder |
| | Time-series recording and snapshot export of element component data.
|
| |
Core simulation loop and element registry.
◆ createSimulation()
| std::shared_ptr< Simulation > dnf_composer::createSimulation |
( |
const std::string & |
identifier = "", |
|
|
double |
deltaT = 1, |
|
|
double |
tZero = 0, |
|
|
double |
t = 0 |
|
) |
| |
Factory helper — create a Simulation with the given parameters.
- Parameters
-
| identifier | Human-readable name for the simulation. |
| deltaT | Integration step size. |
| tZero | Start time. |
| t | Initial current time. |
- Returns
- A shared_ptr to the new Simulation.