From afe060fe2e2a951c5c04048d55ff2a41217c41f7 Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 10 Apr 2013 18:43:25 +0100 Subject: [PATCH] tutorials/combustion/fireFoam/les/oppositeBurningPanels: rationalised dictionary location --- .../combustion/fireFoam/les/oppositeBurningPanels/Allrun | 6 +++--- .../oppositeBurningPanels/{ => system}/cRefine.topoSetDict | 0 .../les/oppositeBurningPanels/{ => system}/f.topoSetDict | 0 .../oppositeBurningPanels/{ => system}/fBurner.topoSetDict | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename tutorials/combustion/fireFoam/les/oppositeBurningPanels/{ => system}/cRefine.topoSetDict (100%) rename tutorials/combustion/fireFoam/les/oppositeBurningPanels/{ => system}/f.topoSetDict (100%) rename tutorials/combustion/fireFoam/les/oppositeBurningPanels/{ => system}/fBurner.topoSetDict (100%) 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