Porting the viscoelastic solver from foam-extend-4.1 to OpenFOAM-v2012.
Out-dated code and deprecated features are replaced with new methods.
Eigen v3.3.9 is included in the source code.
- Download the source code, (not neccesary to save in OpenFOAM folder).
- Compile the viscoelastic library. Run
wmake
inviscoelasticModels
folder. - Compile the viscoelastic solver. Run
wmake
inviscoelasticFluidFoam
folder. - Now you can test tutorial cases in
tutorials
I would like to thank Jovani L.Favero who wrote the original solver.