Home
last modified time | relevance | path

Searched refs:NASAThermoMixture (Results 1 – 25 of 26) sorted by relevance

12

/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/thermo/include/antioch/
H A Dnasa_mixture.h52 class NASAThermoMixture
56 NASAThermoMixture( const ChemicalMixture<CoeffType>& chem_mixture );
60 virtual ~NASAThermoMixture();
98 NASAThermoMixture();
104NASAThermoMixture<CoeffType,NASAFit>::NASAThermoMixture( const ChemicalMixture<CoeffType>& chem_mi… in NASAThermoMixture() function
114 NASAThermoMixture<CoeffType,NASAFit>::~NASAThermoMixture() in ~NASAThermoMixture()
172 void NASAThermoMixture<CoeffType,NASAFit>::set_curve_fit_coefficient in set_curve_fit_coefficient()
189 bool NASAThermoMixture<CoeffType,NASAFit>::check() const in check()
205 const NASAFit& NASAThermoMixture<CoeffType,NASAFit>::curve_fit( unsigned int s ) const in curve_fit()
218 NASAFit& NASAThermoMixture<CoeffType,NASAFit>::curve_fit( unsigned int s ) in curve_fit()
[all …]
H A Dcea_mixture.h44 class CEAThermoMixture: public NASAThermoMixture<CoeffType,CEACurveFit<CoeffType> >
49 NASAThermoMixture<CoeffType,CEACurveFit<CoeffType> >(chem_mixture) in CEAThermoMixture()
H A Dnasa_evaluator.h43 class NASAThermoMixture; variable
50 NASAEvaluator( const NASAThermoMixture<CoeffType, NASAFit>& cea_mixture );
53 const NASAThermoMixture<CoeffType,NASAFit>& cea_mixture() const;
138 const NASAThermoMixture<CoeffType,NASAFit>& _nasa_mixture;
156 …NASAEvaluator<CoeffType,NASAFit>::NASAEvaluator( const NASAThermoMixture<CoeffType,NASAFit>& cea_m… in NASAEvaluator()
171 const NASAThermoMixture<CoeffType,NASAFit>& NASAEvaluator<CoeffType,NASAFit>::cea_mixture() const in cea_mixture()
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/parsing/include/antioch/
H A Dxml_parser_instantiation_macro.h31 …LParser<type>::read_thermodynamic_data_root<NASAThermoMixture<type,NASA7CurveFit<type> > >(NASAThe…
32 …LParser<type>::read_thermodynamic_data_root<NASAThermoMixture<type,NASA9CurveFit<type> > >(NASAThe…
33 …MLParser<type>::read_thermodynamic_data_root<NASAThermoMixture<type,CEACurveFit<type> > >(NASATher…
H A Dascii_parser.h59 class NASAThermoMixture; variable
123 …void read_thermodynamic_data(NASAThermoMixture<NumericType, NASA7CurveFit<NumericType> >& /*thermo… in read_thermodynamic_data()
127 …void read_thermodynamic_data(NASAThermoMixture<NumericType, NASA9CurveFit<NumericType> >& /*thermo… in read_thermodynamic_data()
131 void read_thermodynamic_data(NASAThermoMixture<NumericType, CEACurveFit<NumericType> >& thermo) in read_thermodynamic_data()
139 void read_thermodynamic_data_root(NASAThermoMixture<NumericType, CurveType >& thermo);
H A Dxml_parser.h53 class NASAThermoMixture; variable
96 … void read_thermodynamic_data(NASAThermoMixture<NumericType, NASA7CurveFit<NumericType> >& thermo) in read_thermodynamic_data()
100 … void read_thermodynamic_data(NASAThermoMixture<NumericType, NASA9CurveFit<NumericType> >& thermo) in read_thermodynamic_data()
104 …void read_thermodynamic_data(NASAThermoMixture<NumericType, CEACurveFit<NumericType> >& /*thermo*/) in read_thermodynamic_data()
230 …std::string nasa_xml_section( NASAThermoMixture<NumericType, NASA7CurveFit<NumericType> >& /*therm… in nasa_xml_section()
234 …std::string nasa_xml_section( NASAThermoMixture<NumericType, NASA9CurveFit<NumericType> >& /*therm… in nasa_xml_section()
238 …std::string nasa_xml_section( NASAThermoMixture<NumericType, CEACurveFit<NumericType> >& /*thermo*… in nasa_xml_section()
H A Dnasa_mixture_parsing_instantiate_macro.h31 …template void read_nasa_mixture_data<float,curvefit<float> >( NASAThermoMixture<float,curvefit<flo…
32 …template void read_nasa_mixture_data<double,curvefit<double> >( NASAThermoMixture<double,curvefit<…
33 …template void read_nasa_mixture_data<long double,curvefit<long double> >( NASAThermoMixture<long d…
H A Dascii_parser_instantiation_macro.h31 …CIIParser<type>::read_thermodynamic_data_root<NASA7CurveFit<type> >(NASAThermoMixture<type,NASA7Cu…
32 …CIIParser<type>::read_thermodynamic_data_root<NASA9CurveFit<type> >(NASAThermoMixture<type,NASA9Cu…
33 …ASCIIParser<type>::read_thermodynamic_data_root<CEACurveFit<type> >(NASAThermoMixture<type,CEACurv…
H A Dnasa_mixture_ascii_parsing.h38 class NASAThermoMixture; variable
44 …void read_nasa_mixture_data_ascii( NASAThermoMixture<NumericType,NASA7CurveFit<NumericType> >& the…
H A Dnasa_mixture_parsing.h42 class NASAThermoMixture; variable
48 …void read_nasa_mixture_data( NASAThermoMixture<NumericType, CurveType > & thermo, const std::strin…
H A Dchemkin_parser.h50 class NASAThermoMixture; variable
109 … void read_thermodynamic_data(NASAThermoMixture<NumericType, NASA7CurveFit<NumericType> >& thermo) in read_thermodynamic_data()
113 …void read_thermodynamic_data(NASAThermoMixture<NumericType, NASA9CurveFit<NumericType> >& /*thermo… in read_thermodynamic_data()
117 …void read_thermodynamic_data(NASAThermoMixture<NumericType, CEACurveFit<NumericType> >& /*thermo*/) in read_thermodynamic_data()
211 void read_thermodynamic_data_root(NASAThermoMixture<NumericType, CurveType >& thermo);
H A Dparser_base.h55 class NASAThermoMixture; variable
140 …virtual void read_thermodynamic_data(NASAThermoMixture<NumericType, NASA7CurveFit<NumericType> >& … in read_thermodynamic_data()
143 …virtual void read_thermodynamic_data(NASAThermoMixture<NumericType, NASA9CurveFit<NumericType> >& … in read_thermodynamic_data()
146 …virtual void read_thermodynamic_data(NASAThermoMixture<NumericType, CEACurveFit<NumericType> >& /*… in read_thermodynamic_data()
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/parsing/src/
H A Dnasa_mixture_parsing.C42 …void read_nasa_mixture_data( NASAThermoMixture<NumericType, CurveType >& thermo, const std::string… in read_nasa_mixture_data()
74 …void read_nasa_mixture_data_ascii( NASAThermoMixture<NumericType, NASA7CurveFit<NumericType> >& th… in read_nasa_mixture_data_ascii()
85 …template void read_nasa_mixture_data_ascii<float>( NASAThermoMixture<float,NASA7CurveFit<float> >&…
86 …template void read_nasa_mixture_data_ascii<double>( NASAThermoMixture<double,NASA7CurveFit<double>…
87 …template void read_nasa_mixture_data_ascii<long double>( NASAThermoMixture<long double,NASA7CurveF…
H A Dascii_parser.C348 …void ASCIIParser<NumericType>::read_thermodynamic_data_root(NASAThermoMixture<NumericType, CurveTy… in read_thermodynamic_data_root()
H A Dchemkin_parser.C968 …void ChemKinParser<NumericType>::read_thermodynamic_data_root(NASAThermoMixture<NumericType, Curve… in read_thermodynamic_data_root()
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/test/standard_unit/
H A Dnasa_mixture_xml_parsing_test.C63 … Antioch::NASAThermoMixture<Scalar, Antioch::NASA9CurveFit<Scalar> > nasa_mixture( chem_mixture ); in test_supplied_species()
140 … Antioch::NASAThermoMixture<Scalar, Antioch::NASA7CurveFit<Scalar> > nasa_mixture( chem_mixture ); in test_supplied_species()
157 … Antioch::NASAThermoMixture<Scalar, Antioch::NASA7CurveFit<Scalar> > nasa_mixture( chem_mixture ); in test_parsed_species_list()
174 … Antioch::NASAThermoMixture<Scalar, Antioch::NASA7CurveFit<Scalar> > nasa_mixture( chem_mixture ); in test_gri30_xml()
181 …void check_curve_fits( const Antioch::NASAThermoMixture<Scalar, Antioch::NASA7CurveFit<Scalar> >& … in check_curve_fits()
H A Dgri30_xml_parsing_test.C43 … Antioch::NASAThermoMixture<Scalar, Antioch::NASA7CurveFit<Scalar> > nasa_mixture( chem_mixture ); in test_gri30_xml()
55 …void check_curve_fits( const Antioch::NASAThermoMixture<Scalar, Antioch::NASA7CurveFit<Scalar> >& … in check_curve_fits()
H A Dmacro_micro_thermo_test.C774 _nasa_mixture = new Antioch::NASAThermoMixture<Scalar,NASACurveFit>( *(this->_chem_mixture) ); in setUp()
795 Antioch::NASAThermoMixture<Scalar,NASACurveFit> * _nasa_mixture;
835 …virtual void parse_nasa_coeffs( Antioch::NASAThermoMixture<Scalar,NASACurveFit> & nasa_mixture ) =…
924 …virtual void parse_nasa_coeffs( Antioch::NASAThermoMixture<Scalar,Antioch::NASA7CurveFit<Scalar> >… in parse_nasa_coeffs()
1048 …virtual void parse_nasa_coeffs( Antioch::NASAThermoMixture<Scalar,Antioch::NASA9CurveFit<Scalar> >… in parse_nasa_coeffs()
H A Dnasa7_mixture_vector_test_base.h71 … this->_nasa_mixture = new Antioch::NASAThermoMixture<Scalar,NASA7Fit>( *(this->_chem_mixture) ); in init()
H A Dnasa9_mixture_vector_test_base.h71 … this->_nasa_mixture = new Antioch::NASAThermoMixture<Scalar,NASA9Fit>( *(this->_chem_mixture) ); in init()
H A Dthermo_vector_test_base.h91 Antioch::NASAThermoMixture<Scalar,NASAFit>* _nasa_mixture;
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/test/
H A DStockmayer_unit.C97 Antioch::NASAThermoMixture<Scalar, Antioch::CEACurveFit<Scalar> > nasa_mixture( chem_mixture ); in tester()
H A Dwilke_transport_vec_unit.C141 Antioch::NASAThermoMixture<Scalar,Antioch::CEACurveFit<Scalar> > cea_mixture( chem_mixture ); in tester()
H A Dwilke_transport_unit.C122 Antioch::NASAThermoMixture<Scalar,Antioch::CEACurveFit<Scalar> > cea_mixture( chem_mixture ); in tester()
H A Dkinetics_partial_order_unit.C299 Antioch::NASAThermoMixture<Scalar,Antioch::CEACurveFit<Scalar> > thermo_mixture(chem_mixture); in test_type()

12