Memosa-FVM  0.2
ThermalFields.h
Go to the documentation of this file.
1 // This file os part of FVM
2 // Copyright (c) 2012 FVM Authors
3 // See LICENSE file for terms.
4 
5 #ifndef _THERMALFIELDS_H_
6 #define _THERMALFIELDS_H_
7 
8 
9 #include "Field.h"
10 #include "FieldLabel.h"
11 
13 {
14  ThermalFields(const string baseName);
15 
25 
26  Field zero; //used to fill in continuityResidual
27  Field one; //used to fill in density
28 };
29 
30 #endif
Field convectionFlux
Definition: ThermalFields.h:24
Definition: Field.h:14
Field conductivity
Definition: ThermalFields.h:22
Field specificHeat
Definition: ThermalFields.h:19
ThermalFields(const string baseName)
Field temperatureN2
Definition: ThermalFields.h:18
Field temperatureGradient
Definition: ThermalFields.h:21
Field temperatureN1
Definition: ThermalFields.h:17