Memosa-FVM
0.2
Main Page
Namespaces
Classes
Files
File List
File Members
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
12
struct
ThermalFields
13
{
14
ThermalFields
(
const
string
baseName);
15
16
Field
temperature
;
17
Field
temperatureN1
;
18
Field
temperatureN2
;
19
Field
specificHeat
;
20
Field
heatFlux
;
21
Field
temperatureGradient
;
22
Field
conductivity
;
23
Field
source
;
24
Field
convectionFlux
;
25
26
Field
zero
;
//used to fill in continuityResidual
27
Field
one
;
//used to fill in density
28
};
29
30
#endif
ThermalFields::convectionFlux
Field convectionFlux
Definition:
ThermalFields.h:24
ThermalFields
Definition:
ThermalFields.h:12
ThermalFields::heatFlux
Field heatFlux
Definition:
ThermalFields.h:20
Field
Definition:
Field.h:14
ThermalFields::conductivity
Field conductivity
Definition:
ThermalFields.h:22
FieldLabel.h
ThermalFields::specificHeat
Field specificHeat
Definition:
ThermalFields.h:19
ThermalFields::ThermalFields
ThermalFields(const string baseName)
Definition:
ThermalFields.cpp:7
ThermalFields::zero
Field zero
Definition:
ThermalFields.h:26
ThermalFields::temperatureN2
Field temperatureN2
Definition:
ThermalFields.h:18
ThermalFields::temperatureGradient
Field temperatureGradient
Definition:
ThermalFields.h:21
ThermalFields::source
Field source
Definition:
ThermalFields.h:23
Field.h
ThermalFields::temperature
Field temperature
Definition:
ThermalFields.h:16
ThermalFields::temperatureN1
Field temperatureN1
Definition:
ThermalFields.h:17
ThermalFields::one
Field one
Definition:
ThermalFields.h:27
src
modules
fvmbase
ThermalFields.h
Generated on Tue Oct 28 2014 17:45:16 for Memosa-FVM by
1.8.6