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 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: l_r_mcglashan
Forum: OpenFOAM August 7, 2010, 07:23
Replies: 6
Views: 2,652
Posted By l_r_mcglashan
Although you may not want to write out the file...

Although you may not want to write out the file evey time step. Perhaps enclose it in this?


if(runTime.outputTime())
{
turb.alphaEff()().write();
}
Forum: OpenFOAM August 6, 2010, 14:51
Replies: 6
Views: 2,652
Posted By l_r_mcglashan
Why make it temporary if you want to write it...

Why make it temporary if you want to write it out?

And I've never seen a virtual variable before.

However, I see what you're getting at. You can use .write() to write that object to file at any...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -4. The time now is 14:06.