diff --git a/tutorials/combustion/fireFoam/les/oppositeBurningPanels/Allrun b/tutorials/combustion/fireFoam/les/oppositeBurningPanels/Allrun index 6763873c72..a2f9925f9d 100755 --- a/tutorials/combustion/fireFoam/les/oppositeBurningPanels/Allrun +++ b/tutorials/combustion/fireFoam/les/oppositeBurningPanels/Allrun @@ -9,18 +9,18 @@ application=`getApplication` runApplication blockMesh -runApplication topoSet -dict cRefine.topoSetDict +runApplication topoSet -dict system/cRefine.topoSetDict runApplication refineMesh -overwrite -dict system/refineMeshDict rm log.topoSet -runApplication topoSet -dict f.topoSetDict +runApplication topoSet -dict system/f.topoSetDict # create the pyrolysis region. runApplication extrudeToRegionMesh -overwrite rm log.topoSet -runApplication topoSet -dict fBurner.topoSetDict +runApplication topoSet -dict system/fBurner.topoSetDict runApplication createPatch -overwrite diff --git a/tutorials/combustion/fireFoam/les/oppositeBurningPanels/cRefine.topoSetDict b/tutorials/combustion/fireFoam/les/oppositeBurningPanels/system/cRefine.topoSetDict similarity index 100% rename from tutorials/combustion/fireFoam/les/oppositeBurningPanels/cRefine.topoSetDict rename to tutorials/combustion/fireFoam/les/oppositeBurningPanels/system/cRefine.topoSetDict diff --git a/tutorials/combustion/fireFoam/les/oppositeBurningPanels/f.topoSetDict b/tutorials/combustion/fireFoam/les/oppositeBurningPanels/system/f.topoSetDict similarity index 100% rename from tutorials/combustion/fireFoam/les/oppositeBurningPanels/f.topoSetDict rename to tutorials/combustion/fireFoam/les/oppositeBurningPanels/system/f.topoSetDict diff --git a/tutorials/combustion/fireFoam/les/oppositeBurningPanels/fBurner.topoSetDict b/tutorials/combustion/fireFoam/les/oppositeBurningPanels/system/fBurner.topoSetDict similarity index 100% rename from tutorials/combustion/fireFoam/les/oppositeBurningPanels/fBurner.topoSetDict rename to tutorials/combustion/fireFoam/les/oppositeBurningPanels/system/fBurner.topoSetDict