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: hjasak
Forum: OpenFOAM Post-Processing February 2, 2006, 05:43
Replies: 8
Views: 4,849
Posted By hjasak
pp.size() (dimensions mean di

pp.size() (dimensions mean dimension set [mass length time etc] which is for geometric fields and dimensioned types).

So:

forAll (pp, ppI)
{
pp[ppI] = ...;
}
(thanks Eugene and...
Forum: OpenFOAM Post-Processing February 1, 2006, 12:31
Replies: 8
Views: 4,849
Posted By hjasak
Close. Try: const scalarFi

Close. Try:

const scalarField& pp = p.boundaryField()[patchLabel];

and pp[i] if you do NOT want to change the values.

If you do want to change them, use:

scalarField& pp =...
Showing results 1 to 2 of 2

 
Forum Jump

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