Class FreeDriftDynamics¶
Defined in File FreeDriftDynamics.hpp
Inheritance Relationships¶
Base Type¶
public Nextsim::IDynamics(Class IDynamics)
Class Documentation¶
-
class FreeDriftDynamics : public Nextsim::IDynamics¶
Public Functions
-
inline FreeDriftDynamics()¶
-
inline virtual void update(const TimestepTime &tst) override¶
-
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 void advectField(FloatType timestep, ModelArray &field, FloatType lowerLimit = -std::numeric_limits<FloatType>::infinity(), FloatType upperLimit = std::numeric_limits<FloatType>::infinity()) override¶
-
inline virtual void prepareAdvection() override¶
-
inline FreeDriftDynamics()¶