|
[Sponsors] |
How to set B.C. of the 2nd or 3rd type in UDS? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 28, 2005, 07:03 |
How to set B.C. of the 2nd or 3rd type in UDS?
|
#1 |
Guest
Posts: n/a
|
Dear friends,
While programming using source code, it is very easy to send B.C. of any type: C B.C. of the first type DO 100 J=NJ1+1,NJ FIM(1,J) = 0.0 100 CONTINUE C B.C. of the second type DO 200 J=1,NJ1 FIM(1,J) = FIM(2,J) 200 CONTINUE C B.C. of the third type DO 300 I=2,NI FIM(I,1) = FIM(I,2) + DHM0 * VYCV(1) * COS(PI * X(I) / DLMAG) 300 CONTINUE When solving the UDS, how to set the B.C. of the second and third types? Thank you very much in advance. Ray |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
compilation problem with "fvPatch::lookupPatchField" | Ya_Squall2010 | OpenFOAM Programming & Development | 9 | November 15, 2021 23:01 |
[Commercial meshers] Fluent3DMeshToFoam | simvun | OpenFOAM Meshing & Mesh Conversion | 50 | January 19, 2020 16:33 |
buoyantSimpleRadiationFoam | msarkar | OpenFOAM | 0 | February 15, 2010 07:22 |
Flow Around a Cylinder | ronaldo | OpenFOAM | 5 | September 18, 2009 09:13 |
Urgent! Help on UDF to set B.C. of 3rd type | Ray Hong | FLUENT | 0 | December 28, 2005 20:35 |