Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CGeometry Class Reference

#include <Geometry.h>

Collaboration diagram for CGeometry:

Collaboration graph
[legend]
List of all members.

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

CCellm_pCell
double CW
double DEN
double S
double V
double SEPF [3]
int NSEPF
double CSL [3]
double E3 [3]
double E2

Constructor & Destructor Documentation

CGeometry::CGeometry const CGeometry &    rGeom,
CCell   pCell
 

Definition at line 54 of file Geometry.cpp.

References m_pCell.

CGeometry::CGeometry CCell   pCell
 

Definition at line 15 of file Geometry.cpp.

CGeometry::~CGeometry   [virtual]
 

Definition at line 48 of file Geometry.cpp.

CGeometry::CGeometry   [private]
 

Definition at line 43 of file Geometry.cpp.


Member Function Documentation

void CGeometry::AddSepta  
 

Definition at line 123 of file Geometry.cpp.

References E3, CCell::GetComponents, CComponents::GetY, m_pCell, NSEPF, and CComponents::ResetY.

Referenced by UpdateShape.

double CGeometry::CalcWidth   [private]
 

Definition at line 139 of file Geometry.cpp.

References CW, CCell::GetDisplay, m_pCell, S, SEPF, SL, V, and CDisplay::WarningMessage.

Referenced by UpdateShape.

void CGeometry::CheckVolume  
 

Definition at line 66 of file Geometry.cpp.

References ComputeVolume, CCell::GetDisplay, m_pCell, V, and CDisplay::WarningMessage.

Referenced by CCell::Run.

void CGeometry::ComputeVolume  
 

Definition at line 75 of file Geometry.cpp.

References CCell::GetComponents, CComponents::GetY, m_pCell, and V.

Referenced by CheckVolume, and CComponents::Integrate.

void CGeometry::Divide  
 

Definition at line 183 of file Geometry.cpp.

References CL, E2, E3, NSEPF, S, SEPF, and V.

Referenced by CCell::Division.

double CGeometry::GetSepf  
 

Definition at line 178 of file Geometry.cpp.

References SEPF.

Referenced by CCell::DivisionCheck.

double CGeometry::GetSurface  
 

Definition at line 173 of file Geometry.cpp.

References S.

Referenced by CComponents::Flux.

double CGeometry::GetVolume  
 

Definition at line 60 of file Geometry.cpp.

References V.

Referenced by CDNA::EcoInit, CDNA::Equilibrium, CComponents::Flux, and CDisplay::PrintGeometry.

double CGeometry::GetWidth  
 

Definition at line 134 of file Geometry.cpp.

References CW.

Referenced by CDisplay::PrintGeometry.

void CGeometry::UpdateShape  
 

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.


Member Data Documentation

double CGeometry::CL
 

Definition at line 29 of file Geometry.h.

Referenced by Divide, CDisplay::PrintGeometry, and UpdateShape.

double CGeometry::CSL[3] [private]
 

Definition at line 43 of file Geometry.h.

Referenced by UpdateShape.

double CGeometry::CW [private]
 

Definition at line 37 of file Geometry.h.

Referenced by CalcWidth, GetWidth, and UpdateShape.

double CGeometry::DEN [private]
 

Definition at line 38 of file Geometry.h.

double CGeometry::E2 [private]
 

Definition at line 45 of file Geometry.h.

Referenced by Divide, and UpdateShape.

double CGeometry::E23
 

Definition at line 31 of file Geometry.h.

Referenced by CComponents::Flux, and UpdateShape.

double CGeometry::E3[3] [private]
 

Definition at line 44 of file Geometry.h.

Referenced by AddSepta, Divide, and UpdateShape.

CCell* CGeometry::m_pCell [private]
 

Definition at line 36 of file Geometry.h.

Referenced by AddSepta, CalcWidth, CGeometry, CheckVolume, ComputeVolume, and UpdateShape.

int CGeometry::NSEPF [private]
 

Definition at line 42 of file Geometry.h.

Referenced by AddSepta, and Divide.

double CGeometry::S [private]
 

Definition at line 39 of file Geometry.h.

Referenced by CalcWidth, Divide, GetSurface, and UpdateShape.

double CGeometry::SEPF[3] [private]
 

Definition at line 41 of file Geometry.h.

Referenced by CalcWidth, Divide, GetSepf, and UpdateShape.

double CGeometry::SL[3]
 

Definition at line 30 of file Geometry.h.

Referenced by CalcWidth, CDisplay::PrintGeometry, and UpdateShape.

double CGeometry::V [private]
 

Definition at line 40 of file Geometry.h.

Referenced by CalcWidth, CheckVolume, ComputeVolume, Divide, and GetVolume.


The documentation for this class was generated from the following files:
Generated on Mon Nov 3 10:02:56 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002