teqp
0.22.0
Loading...
Searching...
No Matches
interface
CPP
model_factory_SAFTVRMie.cpp
Go to the documentation of this file.
1
#include "
teqp/cpp/teqpcpp.hpp
"
2
#include "
teqp/cpp/deriv_adapter.hpp
"
3
#include "
teqp/models/saftvrmie.hpp
"
4
5
namespace
teqp
{
6
namespace
cppinterface{
7
std::unique_ptr<teqp::cppinterface::AbstractModel>
make_SAFTVRMie
(
const
nlohmann::json &j){
8
return
teqp::cppinterface::adapter::make_owned
(
SAFTVRMie::SAFTVRMiefactory
(j));
9
}
10
}
11
}
deriv_adapter.hpp
teqp::SAFTVRMie::SAFTVRMiefactory
auto SAFTVRMiefactory(const nlohmann::json &spec)
Definition
saftvrmie.hpp:1152
teqp::cppinterface::adapter::make_owned
auto make_owned(const TemplatedModel &tmodel)
Definition
deriv_adapter.hpp:230
teqp::cppinterface::make_SAFTVRMie
std::unique_ptr< teqp::cppinterface::AbstractModel > make_SAFTVRMie(const nlohmann::json &j)
Definition
model_factory_SAFTVRMie.cpp:7
teqp
Definition
ancillary_builder.hpp:8
saftvrmie.hpp
teqpcpp.hpp
Generated by
1.11.0