Class DummyDynamics

Inheritance Relationships

Base Type

Derived Type

Class Documentation

class DummyDynamics : public Nextsim::IDynamics

Subclassed by Nextsim::PDTestDynamics

Public Functions

DummyDynamics() = default
inline virtual std::string getName() const override

Returns the name of the component.

inline virtual void update(const TimestepTime &tst) override
inline virtual void prepareAdvection() override
inline virtual void setData(const ModelState::DataMap &state) override

Set the initial data of the component from the passed ModelState.

Parameters:

state – The ModelState containing the data to be set.