#include <Geometry.h>
Collaboration diagram for CGeometry:
Public Methods | |
void | Divide () |
double | GetSepf () |
double | GetSurface () |
double | GetWidth () |
void | AddSepta () |
void | UpdateShape () |
void | ComputeVolume () |
void | CheckVolume () |
double | GetVolume () |
CGeometry (const CGeometry &rGeom, CCell *pCell) | |
CGeometry (CCell *pCell) | |
virtual | ~CGeometry () |
Public Attributes | |
double | CL |
double | SL [3] |
double | E23 |
Private Methods | |
double | CalcWidth () |
CGeometry () | |
Private Attributes | |
CCell * | m_pCell |
double | CW |
double | DEN |
double | S |
double | V |
double | SEPF [3] |
int | NSEPF |
double | CSL [3] |
double | E3 [3] |
double | E2 |
|
Definition at line 54 of file Geometry.cpp. References m_pCell. |
|
Definition at line 15 of file Geometry.cpp. |
|
Definition at line 48 of file Geometry.cpp. |
|
Definition at line 43 of file Geometry.cpp. |
|
Definition at line 123 of file Geometry.cpp. References E3, CCell::GetComponents, CComponents::GetY, m_pCell, NSEPF, and CComponents::ResetY. Referenced by UpdateShape. |
|
Definition at line 139 of file Geometry.cpp. References CW, CCell::GetDisplay, m_pCell, S, SEPF, SL, V, and CDisplay::WarningMessage. Referenced by UpdateShape. |
|
Definition at line 66 of file Geometry.cpp. References ComputeVolume, CCell::GetDisplay, m_pCell, V, and CDisplay::WarningMessage. Referenced by CCell::Run. |
|
Definition at line 75 of file Geometry.cpp. References CCell::GetComponents, CComponents::GetY, m_pCell, and V. Referenced by CheckVolume, and CComponents::Integrate. |
|
Definition at line 183 of file Geometry.cpp. References CL, E2, E3, NSEPF, S, SEPF, and V. Referenced by CCell::Division. |
|
Definition at line 178 of file Geometry.cpp. References SEPF. Referenced by CCell::DivisionCheck. |
|
Definition at line 173 of file Geometry.cpp. References S. Referenced by CComponents::Flux. |
|
Definition at line 60 of file Geometry.cpp. References V. Referenced by CDNA::EcoInit, CDNA::Equilibrium, CComponents::Flux, and CDisplay::PrintGeometry. |
|
Definition at line 134 of file Geometry.cpp. References CW. Referenced by CDisplay::PrintGeometry. |
|
Definition at line 86 of file Geometry.cpp. References AddSepta, CalcWidth, CDNA::CheckTerm, CL, CSL, CW, CComponents::DT, E2, E23, E3, CCell::GetComponents, CCell::GetDNA, CComponents::GetDY9, CComponents::GetY, m_pCell, S, SEPF, and SL. |
|
Definition at line 29 of file Geometry.h. Referenced by Divide, CDisplay::PrintGeometry, and UpdateShape. |
|
Definition at line 43 of file Geometry.h. Referenced by UpdateShape. |
|
Definition at line 37 of file Geometry.h. Referenced by CalcWidth, GetWidth, and UpdateShape. |
|
Definition at line 38 of file Geometry.h. |
|
Definition at line 45 of file Geometry.h. Referenced by Divide, and UpdateShape. |
|
Definition at line 31 of file Geometry.h. Referenced by CComponents::Flux, and UpdateShape. |
|
Definition at line 44 of file Geometry.h. Referenced by AddSepta, Divide, and UpdateShape. |
|
Definition at line 36 of file Geometry.h. Referenced by AddSepta, CalcWidth, CGeometry, CheckVolume, ComputeVolume, and UpdateShape. |
|
Definition at line 42 of file Geometry.h. |
|
Definition at line 39 of file Geometry.h. Referenced by CalcWidth, Divide, GetSurface, and UpdateShape. |
|
Definition at line 41 of file Geometry.h. Referenced by CalcWidth, Divide, GetSepf, and UpdateShape. |
|
Definition at line 30 of file Geometry.h. Referenced by CalcWidth, CDisplay::PrintGeometry, and UpdateShape. |
|
Definition at line 40 of file Geometry.h. Referenced by CalcWidth, CheckVolume, ComputeVolume, Divide, and GetVolume. |