mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
tutorials/combustion/fireFoam/LES/flameSpreadWaterSuppressionPanel/Allrun: Replaced changeDictionary with foamDictionary
This commit is contained in:
@ -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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user