EXPORT_DLL int computeInitialMassBalance(t_arrays *carrays, t_message *msg)
This function computes the initial mass balance.
Definition: calculate.cpp:143
EXPORT_DLL int computeSimulation(t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_timers *timers, t_message *msg)
This function computes the time integration of the equations.
Definition: calculate.cpp:4
EXPORT_DLL void generateTimeStep(double *t, t_arrays *carrays, t_timers *timers, t_message *msg)
This function updates the variables in the next the time step.
Definition: calculate.cpp:162
#define EXPORT_DLL
Definition: define.h:80
t_message * msg
Definition: peka2d.cpp:41
t_mesh * mesh
Definition: peka2d.cpp:42
t_parameters spar
Definition: peka2d.cpp:40
Arrange all the domain parameters, run controls and data arrays required for computation.
Definition: structs.h:336
Geometrical mesh and flow data.
Definition: structs.h:82
Compilation and execution messages.
Definition: structs.h:41
Simulation execution paramenters.
Definition: structs.h:61
Timers for accounting computational time.
Definition: structs.h:564