|
[Sponsors] |
February 28, 2021, 10:46 |
Configuring Allrun
|
#1 |
New Member
Evren Yilmaz Yakin
Join Date: Feb 2016
Location: Ankara, Turkey
Posts: 27
Rep Power: 10 |
Hi,
I want to configure allrun file and I want to change wall type in polyMesh > boundary file as below. Code:
( inlet_air { type patch; nFaces 545; startFace 191998; } inlet_fuel { type patch; nFaces 740; startFace 192543; } outlet { type patch; nFaces 226; startFace 193283; } wall { type patch; nFaces 20361; startFace 193509; } ) I started as below but I can't finished. Code:
"foamDictionary constant/polyMesh/boundary -entry wall "
__________________
Best Regards, Evren |
|
February 28, 2021, 12:51 |
|
#2 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,715
Rep Power: 40 |
Take a look through the tutorials ("git grep" is your friend) for cases with "changeDictionary"
From the docs: https://www.openfoam.com/documentati...C.html#details |
|
February 28, 2021, 13:29 |
|
#3 |
New Member
Evren Yilmaz Yakin
Join Date: Feb 2016
Location: Ankara, Turkey
Posts: 27
Rep Power: 10 |
Hi olesen,
I solved it with using foamdictionary Thank you for your help. I wrote the code as below. Code:
foamDictionary constant/polyMesh/boundary \ -entry entry0.wall.type -set wall
__________________
Best Regards, Evren |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
WSL, cannot run Allrun scripts | Jeggi | OpenFOAM Running, Solving & CFD | 9 | August 30, 2023 22:35 |
OpenFOAM 7 Allrun files not working W10 WLS | otaolafr | OpenFOAM Running, Solving & CFD | 2 | April 29, 2020 06:55 |
Unable to run allrun scripts | sujay3101 | OpenFOAM Running, Solving & CFD | 4 | January 25, 2020 17:49 |
How to specify machine in Allrun files | killsecond | OpenFOAM Running, Solving & CFD | 3 | May 18, 2018 16:29 |
script Allrun doesn't work after beeing copied on another disk hard drive | nakor | OpenFOAM Installation | 3 | September 12, 2012 16:16 |