|
[Sponsors] |
interFoam Error while running case on Sloshing Dynamics |
![]() |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
![]() |
![]() |
#1 |
New Member
Join Date: Jun 2023
Posts: 16
Rep Power: 3 ![]() |
Attached the snippet of error message poping out while running case on Sloshing dynamics. Solver used is interFoam. Please suggest further on this. Your help is much appreciated. Link: https://ibb.co/8mHB6TT Last edited by kazzy; April 1, 2024 at 06:34. Reason: No response |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Member
MNM
Join Date: Aug 2017
Posts: 69
Rep Power: 9 ![]() |
Hi Kazzy,
I hope you have already resolved ur issue. If not simply add the following lines in your constant/fvOptions file. Code:
19 alpha.water 20 { 21 nAlphaCorr 1; 22 nAlphaSubCycles 3; 23 cAlpha 1.5; 24 } |
|
![]() |
![]() |
![]() |
![]() |
#3 |
New Member
Join Date: Jun 2023
Posts: 16
Rep Power: 3 ![]() |
Hello,
Thanks for responding to my query. However, I am still not able to run the solver using interFoam. Please check below error message: // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 Selecting dynamicFvMesh dynamicMotionSolverFvMesh Selecting motion solver: solidBody Applying motion to entire mesh Selecting solid-body motion function oscillatingLinearMotion PIMPLE: Operating solver in PISO mode Reading field p_rgh Reading field U Reading/calculating face flux field phi Reading transportProperties --> FOAM FATAL IO ERROR: (openfoam-2306) Size 38100 is not equal to the expected length 107400 file: 0/alpha.water.internalField at line 19. From void Foam::Field<Type>::assign(const Foam::entry&, Foam::label) [with Type = double; Foam::label = int] in file /home/karan/OpenFOAM/OpenFOAM-v2306/src/OpenFOAM/lnInclude/Field.C at line 253. FOAM exiting |
|
![]() |
![]() |
![]() |
![]() |
#4 |
Member
MNM
Join Date: Aug 2017
Posts: 69
Rep Power: 9 ![]() |
Hi kazzy,
Based on the error info HTML Code:
Size 38100 is not equal to the expected length 107400 using a old mesh and new alpha (from setFields) or using a new mesh and old alpha (from setFields) The easy way is to just execute 1) foamCleanPolyMesh 2) blockMesh (assuming you are generating your grid from blockMesh) 3) setField -time 0 and then proceed with your solver |
|
![]() |
![]() |
![]() |
![]() |
#5 |
New Member
Join Date: Jun 2023
Posts: 16
Rep Power: 3 ![]() |
FoamFile
{ format ascii; class dictionary; location "system"; object setFieldsDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // defaultFieldValues ( volScalarFieldValue alpha.water.orig 1 ); regions ( boxToCell { box (-1 -1 0 ) (1 1 0.453 ); //****Insert here coordinate of box that includes cells to refine**** fieldValues (volScalarFieldValue alpha.water.orig 1 ); //****Insert here name and value of field to set**** } ); // ************************************************** *********************** // Above is my setFieldsDict Please check as I am getting same error message even after running your suggested scripts. ''Size 38100 is not equal to the expected length 15000'' |
|
![]() |
![]() |
![]() |
![]() |
#6 |
Member
MNM
Join Date: Aug 2017
Posts: 69
Rep Power: 9 ![]() |
Hi Kazzy,
I think the problem is somewhere else. I'm not sure if alpha.water.orig is the correct syntax for your case in the setFieldsDict Code:
boxToCell { box (-1 -1 0 ) (1 1 0.453 ); //****Insert here coordinate of box that includes cells to refine**** fieldValues (volScalarFieldValue alpha.water.orig 1 ); //****Insert here name and value of field to set**** } I just did a quick search within $FOAM_TUTORIALS and could NOT find a single entry for "alpha.water.orig". If I'm not wrong the correct one should be just alpha.water |
|
![]() |
![]() |
![]() |
Tags |
interfoam, sloshing |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem running my case OF2.4 vs OF2.3.1 | Zinedine | OpenFOAM Running, Solving & CFD | 2 | March 15, 2016 04:56 |
Statically Compiling OpenFOAM Issues | herzfeldd | OpenFOAM Installation | 21 | January 6, 2009 09:38 |
Free surface boudary conditions with SOLA-VOF | Fan | Main CFD Forum | 10 | September 9, 2006 12:24 |
InterFoam problem running parallel | vatant | OpenFOAM Running, Solving & CFD | 0 | April 28, 2006 19:22 |
How to save a case running in background | us | FLUENT | 0 | July 6, 2005 10:43 |