Inheritance diagram for ablate::eos::transport::Sutherland:Public Member Functions | |
| Sutherland (std::shared_ptr< eos::EOS > eos, const std::vector< TransportProperty > &enabledProperties={}) | |
| ThermodynamicFunction | GetTransportFunction (TransportProperty property, const std::vector< domain::Field > &fields) const override |
| ThermodynamicTemperatureFunction | GetTransportTemperatureFunction (TransportProperty property, const std::vector< domain::Field > &fields) const override |
|
overridevirtual |
Single function to produce transport function for any property based upon the available fields
| property | |
| fields |
Implements ablate::eos::transport::TransportModel.
|
overridevirtual |
Single function to produce thermodynamic function for any property based upon the available fields and temperature
| property | |
| fields |
Implements ablate::eos::transport::TransportModel.