|
[Sponsors] |
Adding a modified turbulence model to OpenFOAM v2012 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 15, 2024, 12:58 |
Adding a modified turbulence model to OpenFOAM v2012
|
#1 |
New Member
Join Date: Jan 2024
Posts: 3
Rep Power: 2 |
I am wanting to modify the existing LES turbulence model, Keqn, and have the modified version as a new selectable model when running my simulation (e.g. myKeqn). I understood how to do this in the older versions of open foam (e.g v2.4.0) by compiling it with a makefile and options files. However since the file structure has seemingly changed for OpenFOAM v2012 I am unsure of the best way to go about this.
I have tried adding the modified model using the makeLES function in a make turbulence transport models file to no great success. From what I can understand this all relates to there now being a base class template and potentially the syntax? (but i could very well be mistaken!) I apologies if this has already been covered and would appreciate being pointed in the right direction. |
|
January 16, 2024, 05:05 |
|
#2 |
New Member
Join Date: Nov 2017
Posts: 6
Rep Power: 9 |
Hi,
Recently I implemented a modified RANS model in v2112 following this reference. I think it should work for you too. https://www.tfd.chalmers.se/~hani/ku...lenceModel.pdf |
|
Tags |
custom application, openfoamv2012, turbulence model |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUIDE] Switching turbulence model to SpalartAllmaras | gabrielfelix | OpenFOAM Running, Solving & CFD | 1 | March 24, 2022 21:19 |
Table bounds warnings at: END OF TIME STEP | CFXer | CFX | 4 | July 17, 2020 00:44 |
Trying to implement my own modified LienCubicKE model in OpenFOAM 5.0 | rohitsaini@y7mail.com | OpenFOAM Programming & Development | 1 | May 11, 2019 12:26 |
OpenFOAM 4.0 Released | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 2 | October 6, 2017 06:40 |
Overflow Error in Multiphase Modelling with Two Continuous Fluids | ashtonJ | CFX | 6 | August 11, 2014 15:32 |