shinji
unread,Jul 20, 2012, 1:38:29 AM7/20/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to open...@googlegroups.com
お世話になっております、shinjiと申します。
現在gridgenよりFLUENT形式で保存した2つのデータを、
fluentMeshToFoamコマンドで変換しようとした際に、
以下のエラーが出て困っています。
一つ目がこちらです。
Create time
--> FOAM Warning :
From function Time::readDict()
in file db/Time/TimeIO.C at line 152
unsupported time format gmaxAlphaCoeneral
FINISHED LEXING
dimension of grid: 0
Creating shapes for 3-D cells
Building patch-less mesh...done.
Building boundary and internal patches.
#0 Foam::error::printStack(Foam::Ostream&) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#1 Foam::sigSegv::sigHandler(int) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#2 in "/lib/x86_64-linux-gnu/libc.so.6"
#3 Foam::polyTopoChange::getFaceOrder(int, Foam::List<int> const&, Foam::List<int> const&, Foam::List<int>&, Foam::List<int>&, Foam::List<int>&) const in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libdynamicMesh.so"
#4 Foam::polyTopoChange::compact(bool, bool, int&, Foam::List<int>&, Foam::List<int>&) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libdynamicMesh.so"
#5 Foam::polyTopoChange::compactAndReorder(Foam::polyMesh const&, bool, bool, bool, int&, Foam::Field<Foam::Vector<double> >&, Foam::List<int>&, Foam::List<int>&, Foam::List<Foam::objectMap>&, Foam::List<Foam::objectMap>&, Foam::List<Foam::objectMap>&, Foam::List<Foam::objectMap>&, Foam::List<Foam::objectMap>&, Foam::List<Foam::objectMap>&, Foam::List<Foam::objectMap>&, Foam::List<Foam::objectMap>&, Foam::List<Foam::Map<int> >&, Foam::List<int>&, Foam::List<int>&, Foam::List<Foam::Map<int> >&) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libdynamicMesh.so"
#6 Foam::polyTopoChange::changeMesh(Foam::polyMesh&, bool, bool, bool, bool) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libdynamicMesh.so"
#7 Foam::repatchPolyTopoChanger::repatch() in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libdynamicMesh.so"
#8
in "/opt/openfoam211/platforms/linux64GccDPOpt/bin/fluentMeshToFoam"
#9 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#10
in "/opt/openfoam211/platforms/linux64GccDPOpt/bin/fluentMeshToFoam"
Segmentation fault
以下が2つ目のエラーとなります。
Create time
Reading header: "exported from Gridgen 15.10R1"
Dimension of grid: 3
Number of points: 38491
number of faces: 374920
Number of cells: 178748
Reading points
Other readCellGroupData: 2 1 2ba3c 1 2
Reading uniform cells
Read zone1:2 name:fluid patchTypeID:fluid
Reading zone data
Embedded blocks in comment or unknown: (
Found end of section in unknown:)
,Reading uniform faces
FINISHED LEXING
dimension of grid: 3
Creating shapes for 3-D cells
--> FOAM FATAL ERROR:
Cannot find match for first face. cell model: tet first model face: 3(1 2 3) Mesh faces:
4
(
0()
0()
0()
0()
)
From function create3DCellShape(const label cellIndex, const labelList& faceLabels, const labelListList& faces, const labelList& owner, const labelList& neighbour, const label fluentCellModelID)
in file create3DCellShape.C at line 185.
FOAM aborting
#0 Foam::error::printStack(Foam::Ostream&) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#1 Foam::error::abort() in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#2
in "/opt/openfoam211/platforms/linux64GccDPOpt/bin/fluentMeshToFoam"
#3
in "/opt/openfoam211/platforms/linux64GccDPOpt/bin/fluentMeshToFoam"
#4 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#5
in "/opt/openfoam211/platforms/linux64GccDPOpt/bin/fluentMeshToFoam"
中止
この様なエラーが出たのは初めてで対処法が分かりません。
もしご存じの方がいらっしゃったら、ご教授お願いいたします。