ENH: Renaming K to kappa and kappa to kappaRad in solid thermo and

updating tutorials
This commit is contained in:
sergio
2012-05-08 11:02:39 +01:00
parent 060a2b0f42
commit fa4fd968a8
87 changed files with 430 additions and 417 deletions

View File

@ -24,8 +24,8 @@ dictionaryReplacement
{
type compressible::temperatureThermoBaffle;
neighbourFieldName T;
K solidThermo;
KName none;
kappa solidThermo;
kappaName none;
value uniform 300;
}

View File

@ -94,12 +94,12 @@ dictionaryReplacement
Qs uniform 100; // heat flux [W/m2]
transport
{
K 1.0;
kappa 1.0;
}
radiation
{
sigmaS 0;
kappa 0;
kappaRad 0;
emissivity 0;
}
thermodynamics

View File

@ -94,12 +94,12 @@ dictionaryReplacement
Qs uniform 300; // heat flux [W/m2]
transport
{
K 1.0;
kappa 1.0;
}
radiation
{
sigmaS 0;
kappa 0;
kappaRad 0;
emissivity 0;
}
thermodynamics

View File

@ -95,7 +95,7 @@ dictionaryReplacement
// Coupled BC.
neighbourFieldName T;
K basicThermo;
kappa basicThermo;
KName none;
@ -117,10 +117,10 @@ dictionaryReplacement
//- thermo properties
rho rho [1 -3 0 0 0 0 0] 80;
Cp Cp [0 2 -2 -1 0 0 0] 15;
K K [1 1 -3 -1 0 0 0] 0.01;
kappa kappa [1 1 -3 -1 0 0 0] 0.01;
//- radiative properties
kappa kappa [0 -1 0 0 0 0 0] 0;
kappaRad kappaRad [0 -1 0 0 0 0 0] 0;
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
emissivity emissivity [0 0 0 0 0 0 0] 1;

View File

@ -37,7 +37,7 @@ do
done
# Run
#runParallel `getApplication` 4
runParallel `getApplication` 4
# Reconstruct
#for i in bottomAir topAir heater leftSolid rightSolid

View File

@ -23,10 +23,10 @@ constSolidThermoCoeffs
//- thermo properties
rho rho [1 -3 0 0 0 0 0] 8000;
Cp Cp [0 2 -2 -1 0 0 0] 450;
K K [1 1 -3 -1 0 0 0] 80;
kappa kappa [1 1 -3 -1 0 0 0] 80;
//- radiation properties
kappa kappa [0 -1 0 0 0 0 0] 0;
kappaRad kappaRad [0 -1 0 0 0 0 0] 0;
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
emissivity emissivity [0 0 0 0 0 0 0] 0;
@ -41,11 +41,11 @@ isotropicKSolidThermoCoeffs
TValues (100 1000);
rhoValues (1000 1700);
cpValues (1700 1700);
KValues (80 40);
kappaValues (80 40);
//- radiation properties
emissivityValues (1 1);
kappaValues (0 0);
kappaRadValues (0 0);
sigmaSValues (0 0);
//- chemical properties
@ -63,7 +63,7 @@ directionalKSolidThermoCoeffs
TValues (100 1000);
rhoValues (1000 1700);
cpValues (1700 1700);
KValues ((10 10 10) (40 40 40));
kappaValues ((10 10 10) (40 40 40));
coordinateSystem
{
@ -81,7 +81,7 @@ directionalKSolidThermoCoeffs
//- radiation properties
emissivityValues (1 1);
kappaValues (1 1);
kappaRadValues (1 1);
sigmaSValues (1 1);
}
@ -94,14 +94,15 @@ pmmaCoeffs
{
transport
{
K0 0.152;
kappa0 0.152;
n0 1.3;
Tref 300; //K0*pow(T/Tref_, n0))
}
radiation
{
sigmaS 0.0;
kappa 0.0;
kappaRad 0.0;
emissivity 0.1;
}
thermodynamics
@ -121,7 +122,7 @@ charCoeffs
{
transport
{
K0 0.4;
kappa0 0.4;
n0 1.3;
Tref 300; //K0*pow(T/Tref_, n0))
}
@ -129,7 +130,7 @@ charCoeffs
radiation
{
sigmaS 0.0;
kappa 0.0;
kappaRad 0.0;
emissivity 0.0;
}

View File

@ -57,8 +57,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K basicThermo;
KName none;
kappa basicThermo;
kappaName none;
value uniform 300;
}
}

View File

@ -47,8 +47,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K solidThermo;
KName none;
kappa solidThermo;
kappaName none;
value uniform 300;
}
minY

View File

@ -43,8 +43,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K solidThermo;
KName none;
kappa solidThermo;
kappaName none;
value uniform 300;
}
}

View File

@ -43,8 +43,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K solidThermo;
KName none;
kappa solidThermo;
kappaName none;
value uniform 300;
}
}

View File

@ -68,8 +68,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K basicThermo;
KName none;
kappa basicThermo;
kappaName none;
value uniform 300;
}
}

View File

@ -70,8 +70,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K basicThermo;
KName none;
kappa basicThermo;
kappaName none;
value uniform 300;
}
}

View File

@ -57,8 +57,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K basicThermo;
KName none;
kappa basicThermo;
kappaName none;
value uniform 300;
}
}

View File

@ -48,8 +48,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K solidThermo;
KName none;
kappa solidThermo;
kappaName none;
value uniform 300;
}
minY

View File

@ -43,8 +43,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K solidThermo;
KName none;
kappa solidThermo;
kappaName none;
value uniform 300;
}
}

View File

@ -43,8 +43,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K solidThermo;
KName none;
kappa solidThermo;
kappaName none;
value uniform 300;
}
}

View File

@ -69,8 +69,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K basicThermo;
KName none;
kappa basicThermo;
kappaName none;
value uniform 300;
}
}

View File

@ -25,10 +25,10 @@ constSolidThermoCoeffs
//- thermo properties
rho rho [1 -3 0 0 0 0 0] 8000;
Cp Cp [0 2 -2 -1 0 0 0] 450;
K K [1 1 -3 -1 0 0 0] 80;
kappa kappa [1 1 -3 -1 0 0 0] 80;
//- radiation properties
kappa kappa [0 -1 0 0 0 0 0] 0;
kappaRad kappaRad [0 -1 0 0 0 0 0] 0;
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
emissivity emissivity [0 0 0 0 0 0 0] 1;
@ -43,11 +43,11 @@ isotropicKSolidThermoCoeffs
TValues (100 1000);
rhoValues (1000 1700);
cpValues (1700 1700);
KValues (80 40);
kappaValues (80 40);
//- radiation properties
emissivityValues (1 1);
kappaValues (0 0);
kappaRadValues (0 0);
sigmaSValues (0 0);
//- chemical properties
@ -65,7 +65,7 @@ directionalKSolidThermoCoeffs
TValues (100 1000);
rhoValues (1700 1700);
cpValues (1700 1700);
KValues ((10 10 10) (40 40 40));
kappaValues ((10 10 10) (40 40 40));
coordinateSystem
{
@ -83,7 +83,7 @@ directionalKSolidThermoCoeffs
//- radiation properties
emissivityValues (1 1);
kappaValues (1 1);
kappaRadValues (1 1);
sigmaSValues (1 1);
}
@ -96,14 +96,14 @@ pmmaCoeffs
{
transport
{
K0 0.152;
kappa0 0.152;
n0 1.3;
Tref 300; //K0*pow(T/Tref_, n0))
}
radiation
{
sigmaS 0.0;
kappa 0.0;
kappaRad 0.0;
emissivity 0.1;
}
thermodynamics
@ -123,14 +123,14 @@ charCoeffs
{
transport
{
K0 0.4;
kappa0 0.4;
n0 1.3;
Tref 300; //K0*pow(T/Tref_, n0))
}
radiation
{
sigmaS 0.0;
kappa 0.0;
kappaRad 0.0;
emissivity 0.0;
}
thermodynamics

View File

@ -57,8 +57,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K basicThermo;
KName none;
kappa basicThermo;
kappaName none;
value uniform 300;
}
}

View File

@ -47,8 +47,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K solidThermo;
KName none;
kappa solidThermo;
kappaName none;
value uniform 300;
}
minY

View File

@ -43,8 +43,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K solidThermo;
KName none;
kappa solidThermo;
kappaName none;
value uniform 300;
}
}

View File

@ -43,8 +43,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K solidThermo;
KName none;
kappa solidThermo;
kappaName none;
value uniform 300;
}
}

View File

@ -68,8 +68,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K basicThermo;
KName none;
kappa basicThermo;
kappaName none;
value uniform 300;
}
}

View File

@ -25,10 +25,10 @@ constSolidThermoCoeffs
//- thermo properties
rho rho [1 -3 0 0 0 0 0] 8000;
Cp Cp [0 2 -2 -1 0 0 0] 450;
K K [1 1 -3 -1 0 0 0] 80;
kappa kappa [1 1 -3 -1 0 0 0] 80;
//- radiation properties
kappa kappa [0 -1 0 0 0 0 0] 0;
kappaRad kappaRad [0 -1 0 0 0 0 0] 0;
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
emissivity emissivity [0 0 0 0 0 0 0] 1;
@ -43,11 +43,11 @@ isotropicKSolidThermoCoeffs
TValues (100 1000);
rhoValues (1000 1700);
cpValues (1700 1700);
KValues (80 40);
kappaValues (80 40);
//- radiation properties
emissivityValues (1 1);
kappaValues (0 0);
kappaRadValues (0 0);
sigmaSValues (0 0);
//- chemical properties
@ -65,7 +65,7 @@ directionalKSolidThermoCoeffs
TValues (100 1000);
rhoValues (1700 1700);
cpValues (1700 1700);
KValues ((10 10 10) (40 40 40));
kappaValues ((10 10 10) (40 40 40));
coordinateSystem
{
@ -83,8 +83,8 @@ directionalKSolidThermoCoeffs
//- radiation properties
emissivityValues (1 1);
kappaValues (1 1);
sigmaSValues (1 1);
kappaRadValues (1 1);
sigmaSValues (1 1);
}
solidComponents
@ -96,7 +96,7 @@ pmmaCoeffs
{
transport
{
K0 0.152;
kappa0 0.152;
n0 1.3;
Tref 300; //K0*pow(T/Tref_, n0))
}
@ -104,7 +104,7 @@ pmmaCoeffs
radiation
{
sigmaS 0.0;
kappa 0.0;
kappaRad 0.0;
emissivity 0.1;
}
@ -126,7 +126,7 @@ charCoeffs
{
transport
{
K0 0.4;
kappa0 0.4;
n0 1.3;
Tref 300; //K0*pow(T/Tref_, n0))
}
@ -134,7 +134,7 @@ charCoeffs
radiation
{
sigmaS 0.0;
kappa 0.0;
kappaRad 0.0;
emissivity 0.0;
}

View File

@ -25,10 +25,10 @@ constSolidThermoCoeffs
//- thermo properties
rho rho [1 -3 0 0 0 0 0] 8000;
Cp Cp [0 2 -2 -1 0 0 0] 450;
K K [1 1 -3 -1 0 0 0] 80;
kappa kappa [1 1 -3 -1 0 0 0] 80;
//- radiation properties
kappa kappa [0 -1 0 0 0 0 0] 0;
kappaRad kappaRad [0 -1 0 0 0 0 0] 0;
sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
emissivity emissivity [0 0 0 0 0 0 0] 0.5;
@ -43,11 +43,11 @@ isotropicKSolidThermoCoeffs
TValues (100 1000);
rhoValues (1000 1700);
cpValues (1700 1700);
KValues (80 40);
kappaValues (80 40);
//- radiation properties
emissivityValues (1 1);
kappaValues (0 0);
kappaRadValues (0 0);
sigmaSValues (0 0);
//- chemical properties
@ -65,7 +65,7 @@ directionalKSolidThermoCoeffs
TValues (100 1000);
rhoValues (1700 1700);
cpValues (1700 1700);
KValues ((10 10 10) (40 40 40));
kappaValues ((10 10 10) (40 40 40));
coordinateSystem
{
@ -83,8 +83,8 @@ directionalKSolidThermoCoeffs
//- radiation properties
emissivityValues (1 1);
kappaValues (1 1);
sigmaSValues (1 1);
kappaRadValues (1 1);
sigmaSValues (1 1);
}
solidComponents
@ -96,7 +96,7 @@ pmmaCoeffs
{
transport
{
K0 0.152;
kappa0 0.152;
n0 1.3;
Tref 300; //K0*pow(T/Tref_, n0))
}
@ -104,7 +104,7 @@ pmmaCoeffs
radiation
{
sigmaS 0.0;
kappa 0.0;
kappaRad 0.0;
emissivity 0.1;
}
@ -126,7 +126,7 @@ charCoeffs
{
transport
{
K0 0.4;
kappa0 0.4;
n0 1.3;
Tref 300; //K0*pow(T/Tref_, n0))
}
@ -134,7 +134,7 @@ charCoeffs
radiation
{
sigmaS 0.0;
kappa 0.0;
kappaRad 0.0;
emissivity 0.0;
}

View File

@ -55,10 +55,10 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;
K basicThermo;
kappa basicThermo;
QrNbr none;
Qr Qr;
KName none;
kappaName none;
value uniform 300;
}
}

View File

@ -48,10 +48,10 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;
K solidThermo;
kappa solidThermo;
QrNbr Qr;
Qr none;
KName none;
kappaName none;
value uniform 300;
}
@ -59,10 +59,10 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;
K solidThermo;
kappa solidThermo;
QrNbr Qr;
Qr none;
KName none;
kappaName none;
value uniform 300;
}
@ -70,8 +70,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K solidThermo;
KName none;
kappa solidThermo;
kappaName none;
value uniform 300;
}
minY

View File

@ -44,10 +44,10 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;
K solidThermo;
kappa solidThermo;
QrNbr Qr;
Qr none;
KName none;
kappaName none;
value uniform 300;
}
@ -55,10 +55,10 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;
K solidThermo;
kappa solidThermo;
QrNbr Qr;
Qr none;
KName none;
kappaName none;
value uniform 300;
}
@ -66,8 +66,8 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
neighbourFieldName T;
K solidThermo;
KName none;
kappa solidThermo;
kappaName none;
value uniform 300;
}
}

View File

@ -44,10 +44,10 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;
K solidThermo;
kappa solidThermo;
QrNbr Qr;
Qr none;
KName none;
kappaName none;
value uniform 300;
}
@ -55,10 +55,10 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;
K solidThermo;
kappa solidThermo;
QrNbr Qr;
Qr none;
KName none;
kappaName none;
value uniform 300;
}

View File

@ -66,10 +66,10 @@ dictionaryReplacement
{
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;
K basicThermo;
kappa basicThermo;
QrNbr none;
Qr Qr;
KName none;
kappaName none;
value uniform 300;
}
}