|
KASKADE 7 development version
|
#include <map>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | Kaskade |
Functions | |
| double | Kaskade::massDensity (std::string const &name) |
| Mass density of several materials in kg/m^3. More... | |
| std::map< std::string, double > const & | Kaskade::massDensities () |
| A map from known material names to their mass densities. More... | |
| double | Kaskade::thermalExpansion (std::string const &name, double pressure=101300) |
| Volumetric thermal expansion coefficient of materials. More... | |
| double | Kaskade::heatConductivity (std::string const &name) |
| Heat conductivity [W/m/K]. More... | |
| std::map< std::string, double > const & | Kaskade::heatConductivities () |
| A map from known material names to their heat conductivities. More... | |
| double | Kaskade::specificHeatCapacity (std::string const &name) |
| Specific heat capaciity [J/kg/K]. More... | |
| std::map< std::string, double > const & | Kaskade::specificHeatCapacities () |
| A map from known material names to their specific heat capaciities. More... | |
| double | Kaskade::dynamicViscosity (std::string const &name) |
| Dynamic viscosity of several materials in kg/m/s. More... | |
| std::map< std::string, double > const & | Kaskade::dynamicViscosities () |
| A map from known material names to their dynamic viscosities. More... | |