![]() |
OpenPFC
0.1.4
Phase Field Crystal simulation framework
|
Simulation orchestration and time integration loop. More...
#include "core/world.hpp"#include "field_modifier.hpp"#include "model.hpp"#include "results_writer.hpp"#include "time.hpp"#include <iostream>#include <memory>#include <unordered_map>

Go to the source code of this file.
Classes | |
| class | pfc::Simulator |
| The Simulator class is responsible for running the simulation of the model. More... | |
Functions | |
| void | pfc::step (class Simulator &s, Model &m) |
Simulation orchestration and time integration loop.
This file defines the Simulator class, which orchestrates the execution of phase-field simulations in OpenPFC. The Simulator manages:
The Simulator acts as the "main loop" that coordinates all simulation components:
This file is part of the Simulation Control module, providing the main execution framework for time-dependent simulations.