View Issue Details

IDProjectCategoryView StatusLast Update
0000687OpenFOAMBugpublic2014-02-20 10:53
Reporteruser548Assigned Touser4 
PriorityimmediateSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSUbuntuOS Version10.04
Summary0000687: decomposePar doesnt decompose cellLevel and pointLevel files properly
DescriptionWhen meshing with snappyhexmesh application, the refinementlevel for each cell and point are written into cellLevel- and pointLevel-files which are located in..

1. the folder "0.003" as pointScalarField and volScalarField
2. the folder "0.003/polyMesh" as labelList

After running application decomposePar, the pointLevel and cellLevel-file in 1. (ScalarFields) are decomposed but the pointLevel and cellLevel-file in 2. (labelLists)are not decomposed..

Steps To Reproduce1. Download the attached file "decompose_mantis" into $FOAM_RUN
2. Execute the Allrun script

in order to solve this problem manually, you have to copy the decomposed cellLevel- and pointLevel-files from processorN/0.003 (ScalarField) into processorN/0.003/polyMesh. After that you have to adapt the textfiles by...

-changing class "pointScalarField" and "volScalarField" to "labelList"
-changing location "0.003" to "0.003/polyMesh"
-deleting text "dimensions [000000]; internalField nonuniform List<scalar>"

Additional InformationAfter solving the case properly and running reconstructPar, next issure occurs. The cellLevel and pointLevel-file in processorN/timestep/polyMesh (labelList) are reconstructed but the cellLevel and pointLevel-file in processorN/timestep (ScalarField) are not reconstructed.

To solve this problem manually you have to proceed in reverse, which means coping the cellLevel and pointLevel-files from processorN/timesteps/polyMesh (labelList)to processorN/timesteps and adapting the files again
-rename class "labelList" to "pointScalarField" and "volScalarField"
-changing location "0.003/polyMesh" to "0.003"
-inserting the text "dimensions [000000]; internalField nonuniform List<scalar>"
-inserting its "boundary Fields" at the end

TagsNo tags attached.

Activities

user548

2012-11-26 16:24

 

decompose_mantis.7z (6,593 bytes)

jacob

2014-02-20 10:35

reporter   ~0002864

This one is solved in 2.3.x, am I right?

user4

2014-02-20 10:53

  ~0002865

decomposePar now decomposes pointLevel, cellLevel files (generated from snappyHexMesh).

Issue History

Date Modified Username Field Change
2012-11-26 16:24 user548 New Issue
2012-11-26 16:24 user548 File Added: decompose_mantis.7z
2014-02-20 10:35 jacob Note Added: 0002864
2014-02-20 10:53 user4 Note Added: 0002865
2014-02-20 10:53 user4 Status new => resolved
2014-02-20 10:53 user4 Fixed in Version => 2.3.x
2014-02-20 10:53 user4 Resolution open => fixed
2014-02-20 10:53 user4 Assigned To => user4