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: chrisb2244
Forum: OpenFOAM Programming & Development April 7, 2014, 23:05
Replies: 5
Views: 2,672
Posted By chrisb2244
In terms of a for loop, what I mean is something...

In terms of a for loop, what I mean is something conceptually like


for (double x = 0.5; x <= 1; x = x+0.01)
{
sum += ( pow(x, 0.55) * exp(a * x));
}


where a is a volScalarField...
Forum: OpenFOAM Programming & Development April 7, 2014, 23:03
Replies: 5
Views: 2,672
Posted By chrisb2244
So I took a few swings at this but I think you're...

So I took a few swings at this but I think you're going to wind up with a Gamma function in your integrated quantity here.

http://reference.wolfram.com/mathematica/ref/Gamma.html
...
Forum: OpenFOAM Programming & Development April 7, 2014, 22:15
Replies: 5
Views: 2,672
Posted By chrisb2244
What sort of object is f(e)? I mean, for...

What sort of object is f(e)?

I mean, for example, if phi is a surfaceScalarField and U is a volVectorField etc.
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 07:28.