|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Join Date: Nov 2012
Posts: 1
Rep Power: 0 ![]() |
Dear Foamers,
I am a new guy to OF(v2.1.1), now I am running the tutorials and checking the user guides. One thing I got stuck is change deltaT using codeStream. My code is as follows: application icoFoam; startFrom startTime; startTime 0; stopAt endTime; endTime 10; deltaT #codeStream { code #{ const scalar time = this->db().time().value(); const scalar interT = 1; const scalar deltaT1 = 0.01; const scalar deltaT2 = 0.1; if(time<=interT) { os << deltaT1; } else { os << deltaT2; } #}; } writeControl runTime; writeInterval 1; However, there is no this pointer in the constant files. I also try to use runTime.value(), which does not work either. So my question is how to get the current runtime value in "constant" file? Can anyone help me and fix this error? Many thx in advance FreshFoamer 21-11-2012 |
|
|
|
|
|
|
|
|
#2 |
|
New Member
Ilya Vichev
Join Date: Feb 2013
Posts: 1
Rep Power: 0 ![]() |
Hi All,
this question is still actual! How to get the current runtime value in "constant" file? |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Radiation interface | hinca | CFX | 12 | October 19, 2012 14:29 |
| How to change turbulence model in InterFoam | Gildeh | OpenFOAM Running, Solving & CFD | 4 | March 28, 2012 12:04 |
| Is it to possible to change time step DeltaT during a calculation | dbxmcf | OpenFOAM Running, Solving & CFD | 4 | November 4, 2007 14:21 |
| no enthalpy change across the momentum source | Atit Koonsrisuk | CFX | 2 | December 19, 2005 02:33 |
| Multicomponent fluid | Andrea | CFX | 2 | October 11, 2004 05:12 |