|
[Sponsors] | |||||
timeVaryingMappedFixedValue not Updated with refineMesh (v2006) |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
Join Date: Jan 2014
Location: South Florida
Posts: 20
Rep Power: 13 ![]() |
Foamers,
My case is a large mesh (~450e6) which causes blockMesh to fail (bad number). I got around that problem by starting with a coarse mesh and using refineMesh -parallel after decomposePar. I'm using timeVaryingMappedFixedValue at the inlet and when I got to run pisoFoam I get an error like this: Code:
[3357]--> FOAM FATAL IO ERROR: [3357] size 501 is not equal to the given value of 2004 [3357] [3357] ... /processor3357/0/U.boundaryField.inlet at line 58 to 60. [3357] From Foam::Field<Type>::Field(const Foam::word&, const Foam::dictionary&, Foam::label) [with Type = Foam::Vector<double>; Foam::label = int] [3357] in file [3202] I've tried several combinations like: Code:
decomposePar refineMesh decomposePar -fields Code:
decomposePar refineMesh decomposePar -copyZero Code:
decomposePar -noZero refineMesh decomposePar -copyZero Code:
decomposePar refineMesh reconstructPar |
|
|
|
|
|
![]() |
| Tags |
| decomposepar, mappedfixedvalue, refinemesh, timevarying |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OpenFOAMŪ v2006: New and updated solvers and physics | OPFO | OpenFOAM Programming & Development | 0 | August 28, 2020 07:57 |
| [OpenFOAM.com] complile v2006 with runTimePostProcessing functionality | snak | OpenFOAM Installation | 2 | August 1, 2020 09:08 |
| [mesh manipulation] multiple calls to refineMesh parallel w/ dict failing | Regis_ | OpenFOAM Meshing & Mesh Conversion | 2 | June 4, 2015 14:44 |
| [mesh manipulation] checkMesh Erros after refineMesh | mgdenno | OpenFOAM Meshing & Mesh Conversion | 10 | October 14, 2014 06:16 |
| [mesh manipulation] Cannot get refineMesh to run in parallel | smschnob | OpenFOAM Meshing & Mesh Conversion | 2 | June 3, 2014 12:20 |