CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

RunTimeModifiable did not work

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 27, 2005, 08:17
Default runTimeModifiable yes; did not
  #1
Senior Member
 
Maka Mohu
Join Date: Mar 2009
Posts: 305
Rep Power: 18
maka is on a distinguished road
runTimeModifiable yes; did not work with channelOodles solver. Is this normal? What should I do to make such option effective? The used timestep is just to check if the option is working, that is why it is big. Thanks.

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

application channelOoddns;

startFrom latestTime;

startTime 0

stopAt endTime;

endTime 150;

deltaT 0.1;

writeControl adjustableRunTime; // automatic time step.

writeInterval 0.1;

purgeWrite 0;

writeFormat ascii;

writePrecision 6;

writeCompression uncompressed;

timeFormat general;

timePrecision 6;

runTimeModifiable yes;

// automatic time step

adjustTimeStep yes;

maxCo 3;

maxDeltaT 0.1;



-- INSERT -- 25,25 72%
maka is offline   Reply With Quote

Old   October 27, 2005, 08:49
Default Are you running an adjustable
  #2
Senior Member
 
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21
eugene is on a distinguished road
Are you running an adjustable timestep? If so it will override deltaT to preserve the maximum Co number.
eugene is offline   Reply With Quote

Old   October 28, 2005, 10:19
Default yes I'm running adjustable tim
  #3
Senior Member
 
Maka Mohu
Join Date: Mar 2009
Posts: 305
Rep Power: 18
maka is on a distinguished road
yes I'm running adjustable timestep but the parameter that I changed during run time was maxCo so if the file is read before each time step, then the solver should allow for the new modified maxCo. It did not. Thanks for your help.

Maka
maka is offline   Reply With Quote

Old   October 28, 2005, 11:43
Default Change something else in the c
  #4
Senior Member
 
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21
eugene is on a distinguished road
Change something else in the control dictionary while running to see if it gets read, like writeFormat. If this change doenst take effect then you have some timestamp issue. If it does take effect, your problem is that the maxDeltaT is overriding the maxCo.

In this case I can suggest is that you check the source code of setDeltaT.H to see how it works.
eugene is offline   Reply With Quote

Old   November 18, 2008, 08:05
Default Hi, I had the same problem
  #5
Senior Member
 
Wolfgang Heydlauff
Join Date: Mar 2009
Location: Germany
Posts: 136
Rep Power: 21
wolle1982 will become famous soon enough
Hi,

I had the same problem with turbFoam. I changed the turbFoam.C. Maybe you can get some hints how to change your channelOodles.C

See
http://www.cfd-online.com/OpenFOAM_D...tml?1227012935
wolle1982 is offline   Reply With Quote

Old   July 26, 2021, 16:56
Default
  #6
New Member
 
Lukas Kutej
Join Date: Jan 2016
Location: Darmstadt
Posts: 20
Rep Power: 10
delsolman is on a distinguished road
wrong thread sorry
delsolman is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
cvd can't work mahe Phoenics 0 February 25, 2008 22:01
why CFX help can't work? prayskyer CFX 5 December 17, 2006 16:15
i can't work it out,help me,thanks! ATao Siemens 1 August 7, 2005 10:48
How does work RMF? Julien FLUENT 0 May 5, 2005 20:35
Will the UDF work?? H.S.Fang FLUENT 0 December 27, 2001 21:21


All times are GMT -4. The time now is 03:23.