1#ifndef HYDROBRICKS_FLUX_FORCING_H
2#define HYDROBRICKS_FLUX_FORCING_H
15 [[nodiscard]]
bool IsValid()
const override;
Definition FluxForcing.h:8
double GetAmount() override
Definition FluxForcing.cpp:11
bool IsForcing() const override
Definition FluxForcing.h:32
void AttachForcing(Forcing *forcing)
Definition FluxForcing.cpp:16
bool IsValid() const override
Definition FluxForcing.cpp:7