ENH: circuitBoardCooling: update to createBafflesDict
This commit is contained in:
parent
6209c5d735
commit
4f362ec8e6
@ -44,10 +44,6 @@ boundaryField
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
"baffle1Wall.*"
|
||||
{
|
||||
type calculated;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -46,10 +46,6 @@ boundaryField
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
"baffle1Wall.*"
|
||||
{
|
||||
type calculated;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -45,10 +45,6 @@ boundaryField
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
"baffle1Wall.*"
|
||||
{
|
||||
type calculated;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -44,10 +44,6 @@ boundaryField
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
"baffle1Wall.*"
|
||||
{
|
||||
type calculated;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -44,10 +44,6 @@ boundaryField
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
"baffle1Wall.*"
|
||||
{
|
||||
type calculated;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -45,10 +45,6 @@ boundaryField
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
"baffle1Wall.*"
|
||||
{
|
||||
type calculated;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -45,10 +45,6 @@ boundaryField
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
"baffle1Wall.*"
|
||||
{
|
||||
type calculated;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -45,10 +45,6 @@ boundaryField
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
"baffle1Wall.*"
|
||||
{
|
||||
type calculated;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -13,15 +13,11 @@ unset FOAM_SETNAN
|
||||
unset FOAM_SIGFPE
|
||||
|
||||
# Create first baffle
|
||||
runApplication createBaffles baffleFaces '(baffle1Wall_0 baffle1Wall_1)' -overwrite
|
||||
runApplication createBaffles -overwrite
|
||||
|
||||
# Create region
|
||||
runApplication extrudeToRegionMesh -overwrite
|
||||
|
||||
# Set the BC's for the baffle
|
||||
runApplication changeDictionary -dict system/changeDictionaryDict.baffle
|
||||
rm log.changeDictionary
|
||||
|
||||
# Set Bc's for the region baffle
|
||||
runApplication changeDictionary -dict system/changeDictionaryDict.baffleRegion -literalRE
|
||||
rm log.changeDictionary
|
||||
|
@ -84,28 +84,6 @@ boundary
|
||||
(4 5 6 7)
|
||||
);
|
||||
}
|
||||
|
||||
baffle1Wall_0
|
||||
{
|
||||
type mappedWall;
|
||||
sampleMode nearestPatchFace;
|
||||
sampleRegion region0;
|
||||
samplePatch baffle1Wall_1;
|
||||
offsetMode uniform;
|
||||
offset (0 0 0);
|
||||
faces ();
|
||||
}
|
||||
|
||||
baffle1Wall_1
|
||||
{
|
||||
type mappedWall;
|
||||
sampleMode nearestPatchFace;
|
||||
sampleRegion region0;
|
||||
samplePatch baffle1Wall_0;
|
||||
offsetMode uniform;
|
||||
offset (0 0 0);
|
||||
faces ();
|
||||
}
|
||||
);
|
||||
|
||||
mergePatchPairs
|
||||
|
@ -44,6 +44,6 @@ timePrecision 6;
|
||||
|
||||
runTimeModifiable true;
|
||||
|
||||
libs ("libthermoBaffleModels.so");
|
||||
libs ("libthermoBaffleModels.so" "libcompressibleRASModels.so");
|
||||
|
||||
// ************************************************************************* //
|
||||
|
Loading…
Reference in New Issue
Block a user