|
[Sponsors] |
Interpolation Error on FAM Mesh with Cyclic BCs |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 4, 2011, 09:17 |
Interpolation Error on FAM Mesh with Cyclic BCs
|
#1 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Hi
I have tested the new cyclic boundary condition in FAM, however, I experience a problem when using it. The mesh is horizontal, 2D, and discretised equidistanly. The field, qB, I need to interpolate (actually what to evaluate the divergence, however, it does not matter), is Code:
dimensions [0 2 -1 0 0 0 0]; internalField nonuniform List<vector> 12 ( (8.79856e-06 -1.51105e-17 -1.51894e-17) (8.79855e-06 -1.5199e-17 -1.51006e-17) (8.79855e-06 -1.51123e-17 -1.51874e-17) (8.79856e-06 -1.51697e-17 -1.51302e-17) (8.79856e-06 -1.517e-17 -1.51301e-17) (8.79857e-06 -1.50686e-17 -1.52316e-17) (8.79857e-06 -1.52095e-17 -1.50908e-17) (8.79857e-06 -1.50941e-17 -1.52062e-17) (8.79856e-06 -1.50789e-17 -1.52212e-17) (8.79856e-06 -1.5249e-17 -1.5051e-17) (8.79856e-06 -1.52412e-17 -1.50587e-17) (8.79855e-06 -1.52707e-17 -1.5029e-17) ) ; boundaryField { cyclic1 { type cyclic; value nonuniform List<vector> 2((8.79856e-06 -1.51906e-17 -1.51092e-17) (8.79856e-06 -1.51906e-17 -1.51092e-17)); } frontAndBack { type empty; } } Performing the interpolation yields Code:
dimensions [0 2 -1 0 0 0 0]; internalField nonuniform List<vector> 11 ( (8.79855e-06 -1.51547e-17 -1.51432e-17) (8.79855e-06 -1.51556e-17 -1.51422e-17) (8.79856e-06 -1.5141e-17 -1.51588e-17) (8.79856e-06 -1.51698e-17 -1.51311e-17) (8.79856e-06 -1.51193e-17 -1.518e-17) (8.79857e-06 -1.5139e-17 -1.51612e-17) (8.79857e-06 -1.51518e-17 -1.51494e-17) (8.79856e-06 -1.50865e-17 -1.52146e-17) (8.79856e-06 -1.51639e-17 -1.51379e-17) (8.79856e-06 -1.52451e-17 -1.50558e-17) (8.79856e-06 -1.52559e-17 -1.50439e-17) ) ; boundaryField { cyclic1 { type cyclic; value nonuniform List<vector> 2((1.6495e-12 -1.51906e-17 -7.92696e-20) (-1.6495e-12 -1.51906e-17 8.02252e-20)); } frontAndBack { type empty; } } I have been playing a bit around with the values in the original field, and the experience is the following:
Any help on this is highly appreciated. Niels |
|
August 9, 2011, 07:12 |
|
#2 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Has been reported in OpenFoam-extend bug-tracker:
http://sourceforge.net/apps/mantisbt...view.php?id=87 Kind regards, Niels |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] SnappyHexMesh for internal Flow | vishwa | OpenFOAM Meshing & Mesh Conversion | 24 | June 27, 2016 09:54 |
[Commercial meshers] Cyclic BCs in PointwiseOpenFOAM export | cnsidero | OpenFOAM Meshing & Mesh Conversion | 18 | July 30, 2013 10:36 |
[ICEM] Unstructure Meshing Around Imported Plot3D Structured Mesh ICEM | kawamatt2 | ANSYS Meshing & Geometry | 17 | December 20, 2011 12:45 |
Warning error in Solver regarding mesh interpolation from 2D to 3D | Josh | CFX | 6 | July 22, 2011 02:50 |
Adaptive Mesh Refinement and Cyclic Boundary Conditions | adona058 | OpenFOAM Running, Solving & CFD | 6 | October 23, 2009 10:17 |