|
[Sponsors] |
turbulenceFields in controlDict not working (apparently) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 13, 2018, 17:53 |
turbulenceFields in controlDict not working (apparently)
|
#1 |
New Member
Pedro Marreiro
Join Date: Nov 2017
Location: Lisbon
Posts: 8
Rep Power: 8 |
Hello FOAMers,
I want to extract turbulence quantities using the solver pisoFoam, particularly the turbulence kinetic energy dissipation (epsilon). To contextualize, i am performing the simulation of a planar jet using the LES model dynamicKEqn from OF5. By reading the dynamicKEqn.H the epsilon is being returned: Code:
177 //- Return sub-grid dissipation rate 178 virtual tmp<volScalarField> epsilon() const; Code:
functions { ... turbulenceFields1 { type turbulenceFields; libs ("libfieldFunctionObjects.so"); field epsilon; writeControl timeStep; writeInterval 1; } } Does anyone have the same problem or know how to solve it? Maybe it is a problem of my OF, i don't know but it is really strange as this quantity should be an easy one to output. Moreover, i want also to extract the dynamic constants of the model (Ce and Ck) and tried without success... |
|
January 13, 2018, 18:29 |
Update
|
#2 |
New Member
Pedro Marreiro
Join Date: Nov 2017
Location: Lisbon
Posts: 8
Rep Power: 8 |
I ran OF in another machine and the turbulenceFields command worked.
But the question of the Ce and Ck constants still remains! |
|
January 14, 2018, 08:13 |
|
#3 |
New Member
Pedro Marreiro
Join Date: Nov 2017
Location: Lisbon
Posts: 8
Rep Power: 8 |
I will create a new thread for the dynamic constants of the model.
|
|
Tags |
dissipation, dynamic one eddy equation, les, turbulencefields |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OLAFOAM solver stops working | Chubo | OpenFOAM Running, Solving & CFD | 2 | December 6, 2017 03:24 |
Processor 0 not working | vishwesh | OpenFOAM Running, Solving & CFD | 0 | November 17, 2017 04:35 |
solver is working in windows but not in linux | jbseo | CFX | 0 | August 30, 2016 01:20 |
Changing constants via controlDict not working | heksel8i | OpenFOAM Running, Solving & CFD | 2 | August 25, 2016 16:36 |
Help required on working of Micro-oven | aero | CFX | 4 | January 19, 2007 09:21 |