SpeciesInteraction Struct Reference
|
Developer Documentation
|
MeltPoolDG::CompressibleFlow::MaterialPhaseData< number >::SpeciesInteraction Struct Reference
Public Attributes | |
| unsigned int | species_i = 1 |
| unsigned int | species_j = 2 |
| number | diffusion_coefficient = 0.0 |
Detailed Description
template<typename number>
struct MeltPoolDG::CompressibleFlow::MaterialPhaseData< number >::SpeciesInteraction
struct MeltPoolDG::CompressibleFlow::MaterialPhaseData< number >::SpeciesInteraction
Struct to store the input data for the diffusion coefficient for the interaction between two species.
Member Data Documentation
◆ diffusion_coefficient
template<typename number >
| number MeltPoolDG::CompressibleFlow::MaterialPhaseData< number >::SpeciesInteraction::diffusion_coefficient = 0.0 |
◆ species_i
template<typename number >
| unsigned int MeltPoolDG::CompressibleFlow::MaterialPhaseData< number >::SpeciesInteraction::species_i = 1 |
◆ species_j
template<typename number >
| unsigned int MeltPoolDG::CompressibleFlow::MaterialPhaseData< number >::SpeciesInteraction::species_j = 2 |
The documentation for this struct was generated from the following file:
- include/meltpooldg/compressible_flow/material.hpp
Generated by