大佬们好,我在用fluentmeshing画网格导入openfoam时会如下报错,我已经取消勾选二进制格式,.msh结尾的输出信息也删掉了,用ofv1812和2412都是一样的报错信息,请问有遇到过类似问题的大佬吗,十分感谢!
N
Noob
@Noob
帖子
-
关于fluent3Dtofoam报错1577 not found in table.的问题 -
发一个fluent3DMeshToFoam技巧@李东岳 我看到是在fluenmeshing的终端里
-
请教各位大佬关于shm画网格的问题@李东岳 谢谢李老师拨冗回帖哈哈哈,那我还是去用商软画网格吧
-
请教各位大佬关于shm画网格的问题各位大佬好!我想请教一下为什么下面这个suboff在尖锐处和尾翼会丢失边界层,另外想请教一下可以优化控制文件的哪些部分来进行改善,感觉snap这一步尾翼附近的网格就变得不太好了,感谢各位大佬,祝各位科研顺利
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location system; object snappyHexMeshDict; } castellatedMesh true; snap true; addLayers true; geometry { model.stl { type triSurfaceMesh; name model; patchInfo { type wall; } } sail { type searchableBox; min (0.8 -0.1 0.19); max (1.4 0.1 0.47); } wake { type searchableBox; min (-0.5 -0.5 -0.5); max ( 6.0 0.5 0.5); } propeller { type searchableBox; min (3.6 -0.3 -0.3); max (4.4 0.3 0.3); } } castellatedMeshControls { features ( { file "model.eMesh"; level 1; } ); refinementSurfaces { model { level (3 4); } } refinementRegions { sail { mode inside; levels ((3 4)); } wake { mode inside; levels ((2 2)); } propeller { mode inside; levels ((3 4)); } } locationInMesh ( 6.0 1.0 1.0); maxLocalCells 10000000; maxGlobalCells 50000000; minRefinementCells 0; nCellsBetweenLevels 3; resolveFeatureAngle 30; allowFreeStandingZoneFaces false; planarAngle 30; maxLoadUnbalance 0.10; } snapControls { nSolveIter 300; nSmoothPatch 10; tolerance 1.5; nRelaxIter 10; nFeatureSnapIter 10; implicitFeatureSnap false; explicitFeatureSnap true; multiRegionFeatureSnap false; } addLayersControls { layers { "model" {nSurfaceLayers 8;} } relativeSizes true; expansionRatio 1.3; finalLayerThickness 0.4; minThickness 0.0001; nGrow 0; featureAngle 180; slipFeatureAngle 80; nRelaxIter 5; nSmoothSurfaceNormals 1; nSmoothNormals 3; nSmoothThickness 10; maxFaceThicknessRatio 0.9; maxThicknessToMedialRatio 0.3; minMedialAxisAngle 90; nBufferCellsNoExtrude 0; nLayerIter 50; nRelaxedIter 20; writeVTK false; noErrors false; layerRecovery 1; growZoneLayers false; projectGrownUp 0.0; } meshQualityControls { maxNonOrtho 65; maxBoundarySkewness 4; maxInternalSkewness 4; maxConcave 180; minFlatness 0.5; minVol 1.00E-13; minArea -1; minTetQuality 1e-30; minTwist 0.01; minDeterminant 0.01; minFaceWeight 0.01; minVolRatio 0.01; minTriangleTwist -1; nSmoothScale 4; errorReduction 0.75; } debug 0; mergeTolerance 1E-6; autoBlockMesh false;