Public Member Functions | |
virtual ThermodynamicFunction | GetTransportFunction (TransportProperty property, const std::vector< domain::Field > &fields) const =0 |
virtual ThermodynamicTemperatureFunction | GetTransportTemperatureFunction (TransportProperty property, const std::vector< domain::Field > &fields) const =0 |
|
pure virtual |
Single function to produce transport function for any property based upon the available fields
property | |
fields |
Implemented in ablate::eos::transport::TwoPhaseTransport, ablate::eos::transport::Sutherland, ablate::eos::transport::Constant, ablate::eos::tChemSoot::SootTransportModel, and ablate::eos::tChemSoot::SootSpeciesTransportModel.
|
pure virtual |
Single function to produce thermodynamic function for any property based upon the available fields and temperature
property | |
fields |
Implemented in ablate::eos::transport::TwoPhaseTransport, ablate::eos::transport::Sutherland, ablate::eos::transport::Constant, ablate::eos::tChemSoot::SootTransportModel, and ablate::eos::tChemSoot::SootSpeciesTransportModel.