![]() |
AdH Kraken 0.0.0
Next generation Adaptive Hydraulics
|
#include "adh.h"
Functions | |
int | time_loop (SMODEL_DESIGN *dm) |
This function performs the time loop on a design model (array of super models) More... | |
int | advance_time (SMODEL_DESIGN *dm, int nsuper) |
This function advances each super model by calling the forward stepper of the super model. More... | |
int | update_dt (SMODEL_DESIGN *dm) |
This function updates time and potentially the dt based on time series input super model. More... | |
This file has functions responsible for running an array of supermodels in time
int advance_time | ( | SMODEL_DESIGN * | dm, |
int | nsuper | ||
) |
This function advances each super model by calling the forward stepper of the super model.
[in,out] | dm | (SMODEL_DESIGN*) - the design model where the supermodels are |
[in] | nsuper | (int) - number of super models to call |
int time_loop | ( | SMODEL_DESIGN * | dm | ) |
This function performs the time loop on a design model (array of super models)
[in,out] | dm | (SMODEL_DESIGN*) - the design model where the supermodels are |
int update_dt | ( | SMODEL_DESIGN * | dm | ) |
This function updates time and potentially the dt based on time series input super model.
[in,out] | dm | (SMODEL_DESIGN*) - the design model where the supermodels are |