1#ifndef HYDROBRICKS_PROCESS_SUBLIMATION_H
2#define HYDROBRICKS_PROCESS_SUBLIMATION_H
31 [[nodiscard]]
bool IsValid()
const override;
Definition ProcessSublimation.h:22
bool ToAtmosphere() const override
Definition ProcessSublimation.h:46
double * GetValuePointer(std::string_view name) override
Definition ProcessSublimation.cpp:22
int GetConnectionCount() const override
Definition ProcessSublimation.cpp:18
bool IsValid() const override
Definition ProcessSublimation.cpp:9
Definition WaterContainer.h:9