Class ModuleRequestAndSupply¶
Defined in File ModelComponent_test.cpp
Inheritance Relationships¶
Base Type¶
public Nextsim::ModelComponent(Class ModelComponent)
Class Documentation¶
-
class ModuleRequestAndSupply : public Nextsim::ModelComponent¶
Public Functions
-
inline ModuleRequestAndSupply()¶
-
inline virtual void setData(const ModelState::DataMap &ms) override¶
Set the initial data of the component from the passed ModelState.
- Parameters:
state – The ModelState containing the data to be set.
-
inline virtual ModelState getStatePrognostic() const override¶
Returns the state of the ModelComponent.
Returns the state of the ModelComponent and any ModelComponents it depends on.
The state returned by this function contains all the data necessary to restart this component and all components that it calls.
-
inline ModuleRequestAndSupply()¶