--
このメールは Google グループのグループ「OpenFOAM」に登録しているユーザーに送られています。
このグループから退会し、グループからのメールの配信を停止するには openfoam+u...@googlegroups.com にメールを送信してください。
このグループに投稿するには open...@googlegroups.com にメールを送信してください。
https://groups.google.com/group/openfoam からこのグループにアクセスしてください。
その他のオプションについては https://groups.google.com/d/optout にアクセスしてください。
$ mapFields ../testmap -sourceTime latestTime
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : 2.4.0-dcea1e13ff76
Exec : mapFields ../testmap -sourceTime latestTime
Date : Jan 15 2016
Time : 18:42:34
Host : "helium"
PID : 20429
Case : /net/proton/srv/home/tyamazaki/testmap2
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Allowing user-supplied system call operations
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Source: ".." "testmap"
Target: "/net/proton/srv/home/tyamazaki" "testmap2"
Create databases as time
Case : ../testmap
nProcs : 1
Source time: 0.0001
Target time: 0
Create meshes
Source mesh size: 39385 Target mesh size: 39333
Creating and mapping fields for time 0.0001
Creating mesh-to-mesh addressing for region0 and region0 regions using cellVolumeWeight
Overlap volume: 39516.91347
interpolating nut
#0 Foam::error::printStack(Foam::Ostream&) in "/opt/OpenFOAM/OpenFOAM-2.4.0/platforms/linux64Gcc48DPOpt/lib/libOpenFOAM.so"
#1 Foam::sigSegv::sigHandler(int) in "/opt/OpenFOAM/OpenFOAM-2.4.0/platforms/linux64Gcc48DPOpt/lib/libOpenFOAM.so"
#2 ? in "/lib64/libc.so.6"
#3 ? in "/opt/OpenFOAM/OpenFOAM-2.4.0/platforms/linux64Gcc48DPOpt/bin/mapFields"
#4 ? in "/opt/OpenFOAM/OpenFOAM-2.4.0/platforms/linux64Gcc48DPOpt/bin/mapFields"
#5 ? in "/opt/OpenFOAM/OpenFOAM-2.4.0/platforms/linux64Gcc48DPOpt/bin/mapFields"
#6 ? in "/opt/OpenFOAM/OpenFOAM-2.4.0/platforms/linux64Gcc48DPOpt/bin/mapFields"
#7 ? in "/opt/OpenFOAM/OpenFOAM-2.4.0/platforms/linux64Gcc48DPOpt/bin/mapFields"
#8 ? in "/opt/OpenFOAM/OpenFOAM-2.4.0/platforms/linux64Gcc48DPOpt/bin/mapFields"
#9 __libc_start_main in "/lib64/libc.so.6"
#10 ? in "/opt/OpenFOAM/OpenFOAM-2.4.0/platforms/linux64Gcc48DPOpt/bin/mapFields"
セグメンテーション違反です
このようにセグメンテーション違反を起こしてしまいます。
stlの面が多すぎたりすると起こってしまったりするのでしょうか?
現在行っている操作の手順は
testmapとtestmap2を用意し、
testmapで
blockMesh
surfaceFeatureExtract
snappyhexMesh -overwrite
testmapで
blockMesh
surfaceFeatureExtract
snappyhexMesh -overwrite
surfaceMeshTriangulate の実行には、設定ファイルは必要ありません。
--> FOAM FATAL ERROR:
Continuity error cannot be removed by adjusting the outflow.
Please check the velocity boundary conditions and/or run potentialFoam to initialise the outflow.
Total flux : 4162881.91
Specified mass inflow : 398513.7613
Specified mass outflow : 281660.1161
Adjustable mass outflow : 0
というエラーが吐き出されました。
メッシュの移動で解析領域は広がるように定義したのですが、
この場合もoutflowを定義しないといけないのでしょうか?
outflowをwallとして計算しましたが、同じ結果となりました。
よろしくお願いします。