Skip to content

This repository contains an OutdoorPlus-written urbanMicroclimateFoam case with terrain under the air internal mesh region. The simulation process fails at 'urbanMicroclimateFoam' with a sigSegv error.

Notifications You must be signed in to change notification settings

Eddy3D-Dev/OutdoorPlus_UMCF_CrashingTerrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

OutdoorPlus__UMCF_CrashingTerrain

This repository contains an OutdoorPlus-written urbanMicroclimateFoam case with terrain under the air internal mesh region. The simulation process fails at 'urbanMicroclimateFoam' with a sigSegv error.

terrain

The following commands were executed in a blueCFD terminal:

Meshing:

blockMesh
surfaceFeatures

cp -r constant/polyMesh constant/polyMesh.bckp
cp system/snappyHexMeshDict.air system/snappyHexMeshDict
snappyHexMesh -overwrite

rm -rf constant/air/polyMesh
mv constant/polyMesh constant/air/
changeDictionary -region air

cp -r constant/polyMesh.bckp constant/polyMesh
cp system/snappyHexMeshDict.veg system/snappyHexMeshDict
snappyHexMesh -overwrite 2>&1 | tee -a 05_snappyHexMesh_veg.txt

rm -rf constant/vegetation/polyMesh
mv constant/polyMesh constant/vegetation/
createPatch -region vegetation -overwrite 2>&1 | tee -a 06_createPatch_air.txt
changeDictionary -region vegetation 2>&1 | tee -a 07_changeDictionary_air.txt

rm -rf constant/polyMesh.bckp
cp system/extrudeMeshDict.build system/extrudeMeshDict
extrudeMesh 2>&1 | tee -a 08_extrudeMesh_buildings.txt
mv constant/polyMesh constant/buildings
createPatch -region buildings  -overwrite 2>&1 | tee -a 09_createPatch_buildings.txt
changeDictionary -region buildings 2>&1 | tee -a 10_changeDictionary_buildings.txt
topoSet -region buildings 2>&1 | tee -a 11_topoSet_buildings.txt

extrudeMesh 2>&1 | tee -a -a 12_extrudeMesh_terrain_layer1.txt
cp system/terrain/extrudeMeshDict_terrain_layer2 system/extrudeMeshDict
extrudeMesh 2>&1 | tee -a 13_extrudeMesh_terrain_layer2.txt
mv constant/polyMesh/sets/addedCells.gz constant/polyMesh/sets/addedCells_layer2.gz
rm -rf constant/terrain/polyMesh
mv constant/polyMesh constant/terrain
createPatch -region terrain -overwrite 2>&1 | tee -a 14_createPatch_terrain.txt
changeDictionary -region terrain 2>&1 | tee -a 15_changeDictionary_terrain.txt

topoSet -region terrain 2>&1 | tee -a 16_topoSet_terrain.txt
topoSet -region air 2>&1 | tee -a 17_topoSet_air.txt
setFields -region air 2>&1 | tee -a 18_setFields_air.txt

Running:

faceAgglomerate -region vegetation
calcLAI -region air
viewFactorsGen -region vegetation
solarRayTracingGen -region vegetation
urbanMicroclimateFoam

About

This repository contains an OutdoorPlus-written urbanMicroclimateFoam case with terrain under the air internal mesh region. The simulation process fails at 'urbanMicroclimateFoam' with a sigSegv error.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages