8 temperature(baseName +
".temperature"),
9 deltaT(baseName +
".deltaT"),
11 TlResidual(baseName +
"TlResidual"),
12 TlInjected(baseName +
"TlInjected"),
13 TlFASCorrection(baseName +
"TlFASCorrection"),
14 heatFlux(baseName +
".heatFlux"),
15 lam(baseName +
".lam"),
22 zero(baseName +
"zero"),
28 FieldVectorMap::iterator it;
33 if(mode<FieldVec.size())
34 return *FieldVec[mode];
36 throw CException(
"Don't have Field for that mode!");
38 throw CException(
"Don't have FieldVector for that mesh!");
43 FieldVectorMap::iterator it;
48 if(mode<FieldVec.size())
49 return *FieldVec[mode];
51 throw CException(
"Don't have Field for that mode!");
53 throw CException(
"Don't have FieldVector for that mesh!");
58 FieldVectorMap::iterator it;
63 if(band<FieldVec.size())
64 return *FieldVec[band];
66 throw CException(
"Band Temp: Don't have Field for that mode!");
68 throw CException(
"Band Temp: Don't have FieldVector for that mesh!");
73 FieldVectorMap::iterator it;
78 if(band<FieldVec.size())
79 return *FieldVec[band];
81 throw CException(
"Band Relative Energy: Don't have Field for that mode!");
83 throw CException(
"Band Relative Energy: Don't have FieldVector for that mesh!");
88 FieldVectorMap::iterator it;
93 if(band<FieldVec.size())
94 return *FieldVec[band];
96 throw CException(
"Band Flux: Don't have Field for that mode!");
98 throw CException(
"Band Flux: Don't have FieldVector for that mesh!");
Field & getModeFlux(int mesh, int mode)
Field & getBandTemp(int mesh, int band)
vector< FieldPtr > FieldVector
Field & getBandRelEnergy(int mesh, int band)
Field & getBandFlux(int mesh, int band)
Field & getModeTemp(int mesh, int mode)
FieldVectorMap BandRelEnergy
FieldVector plottingCellColors
FieldVectorMap BandTemperatures
FieldVectorMap BranchFlux
FieldVectorMap BranchTemperatures
Field & getColorField(int level)
PhononMacro(const string baseName)
Field & getPlotColorField(int level)