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 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: santos
Forum: OpenFOAM Running, Solving & CFD March 12, 2009, 16:16
Replies: 157
Views: 48,225
Posted By santos
Hi Johannes, This is the co

Hi Johannes,

This is the code I eventually used after reading some posts here in the Discussion Board:

label patchID = mesh.boundaryMesh().findPatchID("cylinder_wall");
const polyPatch&...
Forum: OpenFOAM Running, Solving & CFD January 27, 2009, 10:37
Replies: 157
Views: 48,225
Posted By santos
Hi, In OpenFOAM 1.5 you don

Hi,

In OpenFOAM 1.5 you dont need to specify your case if you are located inside your case directory.

Try:

setParabolicInlet inlet1 0.01

Regards,
Jose Santos
Forum: OpenFOAM Running, Solving & CFD January 23, 2009, 17:06
Replies: 157
Views: 48,225
Posted By santos
Try to add the line: #inclu

Try to add the line:

#include "fvPatchFieldFields.H

in the beginning of the my_interFoam.C file instead (remove it from MultipleInletVelocityProfile.H).

Let me know if it works!
...
Forum: OpenFOAM Running, Solving & CFD January 23, 2009, 11:37
Replies: 157
Views: 48,225
Posted By santos
Hi again. You need fvPatchF

Hi again.

You need fvPatchFieldFields.H. Please find it here: http://www.cfd-online.com/OpenFOAM_Discus/icons/attachment_icon.gif fvPatchFieldFields.H...
Forum: OpenFOAM Running, Solving & CFD January 14, 2009, 10:15
Replies: 157
Views: 48,225
Posted By santos
Also replace == with =.

Also replace == with =.
Forum: OpenFOAM Running, Solving & CFD January 14, 2009, 10:13
Replies: 157
Views: 48,225
Posted By santos
Hi, It should work with:

Hi,

It should work with:

forAll(inletU, faceI)
{
if (y >= 0.02)
{
inletU[faceI] == 0.5*vector(1,0,0);
}
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT -4. The time now is 13:59.