|
[Sponsors] |
September 11, 2024, 23:35 |
Foam::error::printStack(Foam::Ostream&)
|
#1 |
New Member
zzt
Join Date: Dec 2021
Posts: 7
Rep Power: 5 |
I'm facing some issues, and I continue to receive this error:
Can anyone help to solve the issue? |
|
September 11, 2024, 23:42 |
|
#2 | |
New Member
zzt
Join Date: Dec 2021
Posts: 7
Rep Power: 5 |
Quote:
The error: [3] #2 ?[4] #3 Foam:olyMeshTetDecomposition::cellTetIndices(Foa m:olyMesh const&, int) in /lib/x86_64-linux-gnu/libc.so.6 [12] #3 Foam:olyMeshTetDecomposition::cellTetIndices(Foa m:olyMesh const&, int) in /lib/x86_64-linux-gnu/libc.so.6 [0] #3 Foam:olyMeshTetDecomposition::cellTetIndices(Foa m:olyMesh const&, int) at ??:? [5] #2 ? at ??:? [7] #2 ? in /lib/x86_64-linux-gnu/libc.so.6 [3] #3 Foam:olyMeshTetDecomposition::cellTetIndices(Foa m:olyMesh const&, int) in /lib/x86_64-linux-gnu/libc.so.6 [4] #4 Foam::cellPointWeight::findTetrahedron(Foam:olyM esh const&, Foam::Vector<double> const&, int) at ??:? at ??:? [12] #4 Foam::cellPointWeight::findTetrahedron(Foam:olyM esh const&, Foam::Vector<double> const&, int)[0] #4 And the message indicates that the code error may occur here: volScalarField deltaL ( IOobject ( "deltaL", mesh_.time().timeName(), mesh_, IOobject::NO_READ, IOobject::NO_WRITE ), mesh_, dimensionedScalar("deltaL", dimless, SMALL), calculatedFvPatchScalarField::typeName ); deltaL.primitiveFieldRef() = Foam::cbrt(mesh_.V()); deltaL.correctBoundaryConditions(); const scalar dL = deltaL[celli]; |
||
|
|