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: fumiya
Forum: OpenFOAM Programming & Development December 1, 2013, 01:45
Replies: 11
Views: 3,992
Posted By fumiya
Hi hz283, You might want to try the...

Hi hz283,

You might want to try the following code:


forAll(mesh.boundary(), patchI) // patch loop
{
if(mesh.boundary()[patchI].name()=="WALL")
{
...
Forum: OpenFOAM Programming & Development February 1, 2013, 20:55
Replies: 11
Views: 3,992
Posted By fumiya
Hi Ali, You can use the following code if...

Hi Ali,

You can use the following code if the boundary value of R is constant
on your specific boundary patch.

// find the patch label
label PatchID = mesh.boundaryMesh().findPatchID("your...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -4. The time now is 03:23.