teqp 0.22.0
Loading...
Searching...
No Matches
model_factory_IdealHelmholtz.cpp
Go to the documentation of this file.
4
5namespace teqp{
6 namespace cppinterface{
8
9 std::unique_ptr<teqp::cppinterface::AbstractModel> make_IdealHelmholtz(const nlohmann::json &spec){
10 return make_owned(IdealHelmholtz(spec));
11 }
12 }
13}
Ideal-gas Helmholtz energy container.
auto make_owned(const TemplatedModel &tmodel)
std::unique_ptr< teqp::cppinterface::AbstractModel > make_IdealHelmholtz(const nlohmann::json &spec)