|
[Sponsors] |
reset the value for a fixedvalue boundary condition |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 8, 2014, 09:43 |
reset the value for a fixedvalue boundary condition
|
#1 |
New Member
Join Date: Feb 2014
Posts: 3
Rep Power: 12 |
Hi,
I want to reset the value for a fixedvalue BC with uniform value in the OpenFoam code. Or create a new volscalarField with fixedValue boundary. I found a way to set the boundary types from another field, like following volVectorField U ( IOobject ( "U", runTime.timeName(), runTime, IOobject::NO_READ, IOobject::NO_WRITE ), mesh, dimensionedVector("zero", dimVelocity, vector::zero), p.boundaryField().types() ); However, in this only the boundary type (e.g. fixedvalue) is set. How can I set the value for the fixedvalue BC? could anyone give some idea? Best Regards! Last edited by tjjs; April 8, 2014 at 15:55. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |
Velocity profile boundary condition | Tuca | FLOW-3D | 1 | April 23, 2013 13:02 |
asking for Boundary condition in FLUENT | Destry | FLUENT | 0 | July 27, 2010 01:55 |
External Radiation Boundary Condition for Grid Interface | CFD XUE | FLUENT | 0 | July 9, 2010 03:53 |
RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 05:05 |