tutorials/combustion/fireFoam/LES/flameSpreadWaterSuppressionPanel/Allrun: Replaced changeDictionary with foamDictionary

This commit is contained in:
Henry Weller
2018-05-31 19:47:37 +01:00
parent d9689398f1
commit 8744280932
2 changed files with 3 additions and 26 deletions

View File

@ -23,7 +23,9 @@ runApplication extrudeToRegionMesh -dict system/extrudeToRegionMeshDictPyr -over
# change samplePatch in the boundary to coupled patch betwee region0 and
# pyrolysis
runApplication changeDictionary -region filmRegion -constant
runApplication foamDictionary constant/filmRegion/polyMesh/boundary \
-entry entry0.region0_to_filmRegion_coupledWall.samplePatch \
-set region0_to_pyrolysisRegion_coupledWall
# create faceSets for inlet, outlet, sides for the Film
rm log.topoSet

View File

@ -1,25 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object changeDictionaryDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
boundary
{
region0_to_filmRegion_coupledWall
{
samplePatch region0_to_pyrolysisRegion_coupledWall;
}
}
// ************************************************************************* //