ENH: Renaming temperatureThermoBaffle to thermoBaffle

thermoBaffle2D to thermoBaffle
     temperatureThermoBaffle1D to thermoBaffle1D
This commit is contained in:
sergio
2013-01-03 16:50:58 +00:00
parent dc2418eb0d
commit e9a26d79f9
16 changed files with 142 additions and 142 deletions

View File

@ -21,7 +21,7 @@ active no;
regionName none;
thermoBaffle2DCoeffs
thermoBaffleCoeffs
{
}

View File

@ -22,7 +22,7 @@ dictionaryReplacement
{
"region0_to.*"
{
type compressible::temperatureThermoBaffle;
type compressible::thermoBaffle;
neighbourFieldName T;
kappa solidThermo;
kappaName none;

View File

@ -88,7 +88,7 @@ dictionaryReplacement
{
"baffle.*"
{
type compressible::temperatureThermoBaffle1D<hConstSolidThermoPhysics>;
type compressible::thermoBaffle1D<hConstSolidThermoPhysics>;
baffleActivated yes;
thickness uniform 0.005; // thickness [m]
Qs uniform 100; // heat flux [W/m2]

View File

@ -88,7 +88,7 @@ dictionaryReplacement
{
"baffle1Wall.*"
{
type compressible::temperatureThermoBaffle1D<hConstSolidThermoPhysics>;
type compressible::thermoBaffle1D<hConstSolidThermoPhysics>;
baffleActivated yes;
thickness uniform 0.005; // thickness [m]
Qs uniform 100; // heat flux [W/m2]

View File

@ -91,7 +91,7 @@ dictionaryReplacement
"region0_to.*"
{
type compressible::temperatureThermoBaffle;
type compressible::thermoBaffle;
// Coupled BC.
neighbourFieldName T;
@ -99,11 +99,11 @@ dictionaryReplacement
kappaName none;
// Thermo baffle model
thermoBaffleModel thermoBaffle2D;
thermoBaffleModel thermoBaffle;
regionName baffleRegion;
infoOutput no;
active yes;
thermoBaffle2DCoeffs
thermoBaffleCoeffs
{
}