CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   Where do the BC are used/read in OpenFOAM? (https://www.cfd-online.com/Forums/openfoam-programming-development/91178-where-do-bc-used-read-openfoam.html)

gautcho August 2, 2011 15:19

Where do the BC are used/read in OpenFOAM?
 
Hello everybody,

if I for example define a BC as zeroGradient, in which "file" or method does OpenFOAM create the values for the boundarycells?
Especially I am looking for this in dsmcFoam, but I think, that there should be no bigger difference to other solvers.

What I still have is this:

boundaryT_
(
volScalarField
(
IOobject
(
"boundaryT",
mesh_.time().timeName(),
mesh_,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh_
)
),


I think, that this has something to do with it, but the IOObject.C didnt help me at all...


All times are GMT -4. The time now is 10:21.