|
Posted August 6, 2016 at 08:00 by kaifu
Tags
very useful.
Quote:
Originally Posted by mchurchf
Thank you all for your help,
I was able to implement my boundary condition as well. I used the following code to access the internal velocity field and the mesh two layers of cells inward from the boundary:
Code:
// Set up access to the internal velocity field and mesh
const volVectorField& U =
db().objectRegistry::lookupObject<volVectorField>(UName_);
const fvMesh& mesh = patch().boundaryMesh().mesh();
...
|
Member
|
|
Views 1166
Comments 0
|
All times are GMT -4. The time now is 00:52.