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 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: cute
Forum: OpenFOAM Programming & Development July 31, 2016, 14:27
Replies: 8
Views: 842
Posted By cute
Thanks, it works.

Thanks, it works.
Forum: OpenFOAM Programming & Development July 31, 2016, 12:26
Replies: 8
Views: 842
Posted By cute
I am using the following code as suggested, but I...

I am using the following code as suggested, but I am getting error:

CODE:

dimensioned<scalar> maxC = max(C);
dimensioned<scalar> minC = min(C);

while (maxC > 1E-6 && minC > 0.0)
...
Forum: OpenFOAM Programming & Development July 25, 2016, 20:35
Replies: 8
Views: 842
Posted By cute
Thanks for a quick response.

Thanks for a quick response.
Forum: OpenFOAM Programming & Development July 25, 2016, 20:30
Replies: 8
Views: 842
Posted By cute
Thanks for the input. I defined C as...

Thanks for the input.
I defined C as volScalarField, is my Type equals volScalarField?

dimensioned<volScalarField> maxC = max(C);

But all the values in C are floating point numbers, I am...
Forum: OpenFOAM Programming & Development July 24, 2016, 11:49
Replies: 8
Views: 842
Posted By cute
Stoping criterion

Hi All,

I want to stop my simulation when C < tolerance_Value or C < 0 at any grid point. I don't know, how to write the condition in while loop? I need your help, code is given below.


while...
Showing results 1 to 5 of 5

 
Forum Jump

All times are GMT -4. The time now is 20:24.