|
#include <ThermalSpecies.h>
Public Types | |
typedef ThermalInteraction< typename NormalForceSpecies::InteractionType > | InteractionType |
The correct Interaction type for this FrictionForceSpecies. More... | |
Public Member Functions | |
ThermalSpecies () | |
The default constructor. More... | |
ThermalSpecies (const ThermalSpecies &s) | |
The default copy constructor. More... | |
virtual | ~ThermalSpecies () |
The default destructor. More... | |
void | write (std::ostream &os) const |
Writes the species properties to an output stream. More... | |
void | read (std::istream &is) |
Reads the species properties from an input stream. More... | |
std::string | getBaseName () const |
Used in Species::getName to obtain a unique name for each Species. More... | |
Mdouble | getHeatCapacity () const |
Allows heatCapacity_ to be accessed. More... | |
void | setHeatCapacity (Mdouble heatCapacity) |
Allows heatCapacity_ to be changed. More... | |
Mdouble | getThermalConductivity () const |
Allows heatCapacity_ to be accessed. More... | |
void | setThermalConductivity (Mdouble thermalConductivity) |
Allows heatCapacity_ to be changed. More... | |
Private Attributes | |
Mdouble | heatCapacity_ |
The heat capacity. More... | |
Mdouble | thermalConductivity_ |
The thermal conductivity. More... | |
typedef ThermalInteraction<typename NormalForceSpecies::InteractionType> ThermalSpecies< NormalForceSpecies >::InteractionType |
The correct Interaction type for this FrictionForceSpecies.
ThermalSpecies< NormalForceSpecies >::ThermalSpecies |
The default constructor.
References ThermalSpecies< NormalForceSpecies >::heatCapacity_, and ThermalSpecies< NormalForceSpecies >::thermalConductivity_.
ThermalSpecies< NormalForceSpecies >::ThermalSpecies | ( | const ThermalSpecies< NormalForceSpecies > & | s | ) |
The default copy constructor.
References ThermalSpecies< NormalForceSpecies >::heatCapacity_, and ThermalSpecies< NormalForceSpecies >::thermalConductivity_.
|
virtual |
std::string ThermalSpecies< NormalForceSpecies >::getBaseName |
Mdouble ThermalSpecies< NormalForceSpecies >::getHeatCapacity |
Allows heatCapacity_ to be accessed.
Referenced by HeatFluidCoupledInteraction< NormalForceInteraction >::computeNormalForce(), and ThermalInteraction< NormalForceInteraction >::computeNormalForce().
Mdouble ThermalSpecies< NormalForceSpecies >::getThermalConductivity |
Allows heatCapacity_ to be accessed.
Referenced by HeatFluidCoupledInteraction< NormalForceInteraction >::computeNormalForce(), and ThermalInteraction< NormalForceInteraction >::computeNormalForce().
void ThermalSpecies< NormalForceSpecies >::read | ( | std::istream & | is | ) |
Reads the species properties from an input stream.
Referenced by HeatFluidCoupledSpecies< NormalForceSpecies >::read().
void ThermalSpecies< NormalForceSpecies >::setHeatCapacity | ( | Mdouble | heatCapacity | ) |
Allows heatCapacity_ to be changed.
References logger.
void ThermalSpecies< NormalForceSpecies >::setThermalConductivity | ( | Mdouble | thermalConductivity | ) |
void ThermalSpecies< NormalForceSpecies >::write | ( | std::ostream & | os | ) | const |
Writes the species properties to an output stream.
Referenced by HeatFluidCoupledSpecies< NormalForceSpecies >::write().
|
private |
The heat capacity.
Referenced by ThermalSpecies< NormalForceSpecies >::ThermalSpecies().
|
private |
The thermal conductivity.
Referenced by ThermalSpecies< NormalForceSpecies >::ThermalSpecies().