20.07.2015 Views

PhD Thesis - staffweb - University of Greenwich

PhD Thesis - staffweb - University of Greenwich

PhD Thesis - staffweb - University of Greenwich

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

APPENDIX 5 : DATA DICTIONARY FOR GEOMETRY CLASSES IN SMARTFIREFACE PATCH CLASSThe boundary face patch class is used to collect and store data about a boundary to the domain.These properties are applied only to faces. The various properties indicate to the CFD code howthe boundary properties should be used in the computation <strong>of</strong> new values.class Face_Patch_Class {public://==> The flow type indicator (WALL, WALL2, INLET, OUTLET or SYMMETRY).int flow_type;//==> The heat type indicator (DIRICHLET, NEUMAN, CONVECTIVE, ADIABATIC).int heat_type;//==> Extra variables boundary type indicator (0=symmetry 1=fixed value 2=fixed flux 3=linearflux).int * bound_type;//==> The property array that stores the quantities associated with the above conditions.Float_Type * prop;// Methods//==> Constructor needs to know the maximum number <strong>of</strong> property values to be stored.Face_Patch_Class( int );//==> The destructor.~Face_Patch_Class( void );};Appendix 11.5 Page 145-17 17

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!