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: alexeym
Forum: OpenFOAM Programming & Development October 4, 2013, 09:44
Replies: 17
Views: 3,013
Posted By alexeym
Why not use either forAll(yliq_, cellI) ...

Why not use either


forAll(yliq_, cellI)
{
if(yliq_[cellI] < 0)
yliq_[cellI] = 0;
}
if you like cycles
Forum: OpenFOAM Programming & Development October 4, 2013, 07:56
Replies: 17
Views: 3,013
Posted By alexeym
I'm not quite sure you've shown right piece of...

I'm not quite sure you've shown right piece of code. According to solver output yliq equation is solved. Can you show the code after solution of yvap equation?
Forum: OpenFOAM Programming & Development October 2, 2013, 08:53
Replies: 17
Views: 3,013
Posted By alexeym
What is the sign of (den_*yliq_)/denliq ...

What is the sign of


(den_*yliq_)/denliq


?

As you receive error from libm I guess you're out of the function domain.
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 00:56.