|
| | Environment (std::string simObjectName, ISimObjectCreator *creator) |
| |
|
| ~Environment (void) |
| | Destructor.
|
| |
| void | OdeFcn (const double dT, const double *const adX, double *const adXDot) const override |
| |
◆ Environment()
| environmentmodels::Environment::Environment |
( |
std::string |
simObjectName, |
|
|
ISimObjectCreator * |
creator |
|
) |
| |
Construct and initialise the environment from XML parameters.
- Parameters
-
| [in] | simObjectName | Unique name for this simulation object. |
| [in] | creator | Pointer to the object creator/registry. |
◆ OdeFcn()
| void environmentmodels::Environment::OdeFcn |
( |
const double |
dT, |
|
|
const double *const |
adX, |
|
|
double *const |
adXDot |
|
) |
| const |
|
override |
ODE callback — no dynamic state; forwards time to the wave field.
- Parameters
-
| [in] | dT | Current simulation time [s]. |
| [in] | adX | Current state vector (unused). |
| [out] | adXDot | State derivative vector (unused; set to zero). |
The documentation for this class was generated from the following file:
- /update_root/webfhsim/reloadrepos/fhsim_environment/src/environment/Environment.h