CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Foam::error::printStack(Foam::Ostream&)

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 11, 2024, 22:35
Default Foam::error::printStack(Foam::Ostream&)
  #1
New Member
 
zzt
Join Date: Dec 2021
Posts: 5
Rep Power: 4
binnnnn is on a distinguished road
I'm facing some issues, and I continue to receive this error:


Can anyone help to solve the issue?
binnnnn is offline   Reply With Quote

Old   September 11, 2024, 22:42
Default
  #2
New Member
 
zzt
Join Date: Dec 2021
Posts: 5
Rep Power: 4
binnnnn is on a distinguished road
Quote:
Originally Posted by binnnnn View Post
I'm facing some issues, and I continue to receive this error:


Can anyone help to solve the issue?


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];
binnnnn is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 19:48.