CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: guanghaowu
Forum: OpenFOAM Running, Solving & CFD November 5, 2007, 00:36
Replies: 8
Views: 7,410
Posted By guanghaowu
Hi, Kang The 'turbulence-

Hi, Kang


The 'turbulence->k()().write()' writes k every time step. So you can define 'myOutputTime' at anytime before the running blows up. If you really dont know when the running will blow...
Forum: OpenFOAM Running, Solving & CFD November 4, 2007, 22:26
Replies: 8
Views: 7,410
Posted By guanghaowu
Sorry, the above is not correc

Sorry, the above is not correct. Please try this one.

if ( runTime.value() > myOutputTime)
{
turbulence->k()().write();
turbulence->epsilon()().write();
}

Best regards,...
Forum: OpenFOAM Running, Solving & CFD November 4, 2007, 22:05
Replies: 8
Views: 7,410
Posted By guanghaowu
Hi, Please try this one.

Hi,

Please try this one.

if ( runTime.value() > myOutputTime)
{
k.write();
epsilon.write();
}
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 12:59.