teqp 0.19.1
Loading...
Searching...
No Matches
Namespaces | Typedefs
fwd.hpp File Reference
#include <valarray>
#include <variant>
#include "teqp/models/vdW.hpp"
#include "teqp/models/cubics.hpp"
#include "teqp/models/CPA.hpp"
#include "teqp/models/pcsaft.hpp"
#include "teqp/models/saftvrmie.hpp"
#include "teqp/models/multifluid.hpp"
#include "teqp/models/multifluid_mutant.hpp"
#include "teqp/models/ECSHuberEly.hpp"
#include "teqp/ideal_eosterms.hpp"
#include "teqp/models/ammonia_water.hpp"
#include "teqp/models/model_potentials/squarewell.hpp"
#include "teqp/models/model_potentials/exp6.hpp"
#include "teqp/models/model_potentials/2center_ljf.hpp"
#include "teqp/models/mie/lennardjones.hpp"
#include "teqp/models/mie/mie.hpp"
#include "teqp/models/GERG/GERG.hpp"
#include "teqp/models/LKP.hpp"

Go to the source code of this file.

Namespaces

namespace  teqp
 

Typedefs

using teqp::vad = std::valarray<double>
 
using teqp::vecs = std::vector<std::string>
 
using teqp::canonical_cubic_t = decltype(canonical_PR(vad{}, vad{}, vad{}))
 
using teqp::PCSAFT_t = decltype(PCSAFT::PCSAFTfactory(nlohmann::json{}))
 
using teqp::SAFTVRMie_t = decltype(SAFTVRMie::SAFTVRMieMixture(vecs{}))
 
using teqp::CPA_t = decltype(CPA::CPAfactory(nlohmann::json{}))
 
using teqp::multifluid_t = decltype(multifluidfactory(nlohmann::json{}))
 
using teqp::multifluidmutant_t = decltype(build_multifluid_mutant(multifluidfactory(nlohmann::json{}), nlohmann::json{}))
 
using teqp::ammonia_water_TillnerRoth_t = AmmoniaWaterTillnerRoth
 
using teqp::SW_EspindolaHeredia2009_t = squarewell::EspindolaHeredia2009
 
using teqp::EXP6_Kataoka1992_t = exp6::Kataoka1992
 
using teqp::vdWEOS_t = vdWEOS<double>
 
using teqp::twocenterLJF_t = decltype(twocenterljf::build_two_center_model_dipole(std::string{}, double{}, double{}))
 
using teqp::LJ126KolafaNezbeda1994_t = LJ126KolafaNezbeda1994
 
using teqp::LJ126Johnson1993_t = LJ126Johnson1993
 
using teqp::Mie6Pohl2023_t = Mie::Mie6Pohl2023
 
using teqp::QuantumPR_t = QuantumCorrectedPR
 
using teqp::idealgas_t = IdealHelmholtz