mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Adding non-dimensional table input to fanPressure BC
Adding intertial term switch to solarLoad chtMultiRegionFoam case
This commit is contained in:
@ -72,6 +72,7 @@ dictionaryReplacement
|
||||
qrNbr none;
|
||||
qr qr;
|
||||
kappa none;
|
||||
thermalInertia true;
|
||||
value uniform 300;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user