#include <sootTransportModel.hpp>
Public Member Functions | |
SootTransportModel (const std::shared_ptr< TransportModel > &transport, std::string componentName) | |
ThermodynamicFunction | GetTransportFunction (eos::transport::TransportProperty property, const std::vector< domain::Field > &fields) const override |
ThermodynamicTemperatureFunction | GetTransportTemperatureFunction (eos::transport::TransportProperty property, const std::vector< domain::Field > &fields) const override |
This transport model, reduces the carbon diffusion to be 1% of species diffusion
|
explicit |
This transport model, reduces the carbon diffusion to be 1% of species diffusion
transport | the base transport model |
componentName,the | name of the component to adjust (solid carbon or ndd) |
|
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.