|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
David Segersson
Join Date: Mar 2009
Posts: 39
Rep Power: 6 ![]() |
Hi,
I'm modifying the RNGkEpsilon turbulence model to use wall functions with non-uniform roughness. Since the roughness coefficient (ks) is only needed on the boundary I would like to include a "boundaryField" for this variable among the members of the turbulende model (it seems unnecessary to create a volScalarField when only values on the boundaries are needed). Can anybody tell me how to create and use this kind of field or fieldlist? After some looking in Doxygen I tried GeometricBoundaryField, but it does not seem to work (at least not the way I'm using it). Regards David |
|
|
|
|
|
|
|
|
#2 |
|
Super Moderator
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,416
Rep Power: 13 ![]() |
Use
- FieldField : a field for every patch, no internal field reference. Reference counted. or - PtrList<field>. Same but not reference counted. You construct them with the number of patches as argument and then setSize the members to be of the size of the patch. |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Scalar Field Residual | dak81 | OpenFOAM Running, Solving & CFD | 3 | February 13, 2008 01:48 |
| Mesh refinemt by scalar field | zurdo | OpenFOAM Mesh Utilities | 3 | January 9, 2008 05:15 |
| MeshPhi for scalar field in 14 gone | tehache | OpenFOAM Running, Solving & CFD | 0 | June 18, 2007 06:20 |
| Passing scalar field across processors | ankgupta8um | OpenFOAM Running, Solving & CFD | 1 | June 7, 2006 03:32 |
| Set a fixed value of scalar in flow field. | Ke Su | FLUENT | 0 | June 20, 2003 14:47 |