OGS
Water.cpp
Go to the documentation of this file.
1
13#include "Water.h"
14
16
17namespace MaterialPropertyLib
18{
19Water::Water(std::unique_ptr<PropertyArray>&& properties)
20 : Component{"Water", std::move(properties)}
21{
22}
23} // namespace MaterialPropertyLib
This class defines components (substances).
Definition Component.h:26
Water(std::unique_ptr< PropertyArray > &&properties)
Definition Water.cpp:19