|
[Sponsors] |
Translating 'U' file from OpenFOAM 3 to OpenFOAM 5 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 20, 2019, 01:47 |
Translating 'U' file from OpenFOAM 3 to OpenFOAM 5
|
#1 |
Member
Saurabh Das
Join Date: Jul 2018
Posts: 43
Rep Power: 8 |
In an older openfoam 3 case file, the 'U' file was written as such:
Code:
dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { //- Set patchGroups for constraint patches #includeEtc "caseDicts/setConstraintTypes" outerCylinder { type fixedValue; value uniform (0 0 0); } walls { type fixedValue; value uniform (0 0 0); } "propeller.*" { type movingWallVelocity; value uniform (0 0 0); } } What changes do I need to make in 'U' to make the case compatible with openfoam5? Thanks. |
|
August 23, 2019, 01:13 |
|
#2 |
Member
Saurabh Das
Join Date: Jul 2018
Posts: 43
Rep Power: 8 |
No one to answer this query? I urgently need the solution, I would be very grateful for any help in this matter.
|
|
August 23, 2019, 02:30 |
|
#3 |
Senior Member
Join Date: Mar 2018
Posts: 115
Rep Power: 8 |
As you can see in the case: $FOAM_TUTORIALS/incompressible/pimpleDyMFoam/propeller, there are some scripts to run the case, mainly:
Allrun and Allrun.pre. The script Allrun calls Allrun.pre before running the solver. So you have first to run Allrun.pre script before running the solver: Code:
./Allrun.pre |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] Adding solvers from DensityBasedTurbo to foam-extend 3.0 | Seroga | OpenFOAM Community Contributions | 9 | June 12, 2015 18:18 |
SparceImage v1.7.x Issue on MAC OS X | rcarmi | OpenFOAM Installation | 4 | August 14, 2014 07:42 |
[swak4Foam] Error bulding swak4Foam | sfigato | OpenFOAM Community Contributions | 18 | August 22, 2013 13:41 |
Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |