ENH: Adding non-dimensional table input to fanPressure BC

Adding intertial term switch to solarLoad chtMultiRegionFoam case
This commit is contained in:
sergio
2017-06-12 11:28:57 -07:00
parent d27d69e3f7
commit e3701a47ae
5 changed files with 84 additions and 9 deletions

View File

@ -72,6 +72,7 @@ dictionaryReplacement
qrNbr none;
qr qr;
kappa none;
thermalInertia true;
value uniform 300;
}
}

View File

@ -43,6 +43,7 @@ dictionaryReplacement
qrNbr none;
qr none;
kappa none;
thermalInertia true;
value uniform 300;
}
@ -54,6 +55,7 @@ dictionaryReplacement
qrNbr qr;
qr none;
kappa none;
thermalInertia true;
value uniform 300;
}

View File

@ -37,6 +37,7 @@ dictionaryReplacement
qrNbr qr;
qr none;
kappa none;
thermalInertia true;
value uniform 300;
}
@ -48,6 +49,7 @@ dictionaryReplacement
qrNbr none;
qr none;
kappa none;
thermalInertia true;
value uniform 300;
}