OGS
Water.h
Go to the documentation of this file.
1
12#pragma once
13
15
16namespace MaterialPropertyLib
17{
22struct Water final : public Component
23{
24 explicit Water(std::unique_ptr<PropertyArray>&& properties);
25};
26} // namespace MaterialPropertyLib
This class defines components (substances).
Definition Component.h:26
Water(std::unique_ptr< PropertyArray > &&properties)
Definition Water.cpp:19