|
[Sponsors] |
May 28, 2016, 09:59 |
Number precision format
|
#1 |
New Member
Bojan Sekutkovski
Join Date: Oct 2012
Posts: 19
Rep Power: 14 |
Hi everybody,
I have a "simple" problem which seems to be unsolvable. I'm programming some mesh motion solver which is to be time dependent, but I have a problem when try to manipulate with a mesh point coordinate (here is the source of the problem): movingPoints[curFace[pointI]] = meshPoints_[curFace[pointI]]; meshPoints_[curFace[pointI]] gives me (example line): (-0.00649239 -0.010524 -0.0217109) instead of (-0.006492392086 -0.01052404258 -0.02171094868) When I try to print the line using: Info << "Point: " << Foam::setprecision(12) << meshPoints_[curFace[pointI]] << endl; everything seems to be correct, but how am I going to use the full number length when performing further operations? Simply, I'm not able to proceed with mesh point coordinates which actually do not exist, because I get the Terminal message: Aborted (core dumped) Thanks in advance! |
|
May 30, 2016, 04:44 |
Solution
|
#2 |
New Member
Bojan Sekutkovski
Join Date: Oct 2012
Posts: 19
Rep Power: 14 |
It seems that the problem with number precision is caused by some additional preprocessor directive. Quite strange. Simple printing of the mesh points coordinates of turboFvMesh is working right without using Foam::setprecision(12), which here certainly points to the problem with some possibly unnecessary #include directive.
|
|
Tags |
mesh, number, points, read data, setprecision |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
decomposePar problem: Cell 0contains face labels out of range | vaina74 | OpenFOAM Pre-Processing | 37 | July 20, 2020 06:38 |
[snappyHexMesh] Error snappyhexmesh - Multiple outside loops | avinashjagdale | OpenFOAM Meshing & Mesh Conversion | 53 | March 8, 2019 10:42 |
simpleFoam parallel | AndrewMortimer | OpenFOAM Running, Solving & CFD | 12 | August 7, 2015 19:45 |
decomposePar pointfield | flying | OpenFOAM Running, Solving & CFD | 28 | December 30, 2013 16:05 |
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues | michele | OpenFOAM Meshing & Mesh Conversion | 2 | July 15, 2005 05:15 |