CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Problems with interDyMFoam

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 19, 2009, 09:51
Default Problems with interDyMFoam
  #1
New Member
 
Michael G.
Join Date: Sep 2009
Location: Germany, Nds.
Posts: 13
Rep Power: 16
myheroisalex is on a distinguished road
Hello Open-Foam-Users around the world,

I'm a student from germany and I try to get familiar with the Open-Foam-Software.

What I need to simulate is a ship driving into a sluice chamber. So I set up a test-case with a simple Box (as a ship) in a simple 3D-Geometry with two phases for water and air.
I created the Mesh with Salome and placed boundary-conditions, mesh movement etc. (with much (!) help from the turorials).

But a problem occurs: When running the case the max. courant number gets bigger with every timestep, due to really high velocities 'induced' somehow. Example: 0.5 m/s mesh-movement and velocities of 56 m/s after 1 second. With 0 m/s movement, so nothing is moving, velocities about 0.44 m/s after 1s (That image is taken at 1s time: http://img242.imageshack.us/img242/9076/picv010s.png).
I tried so much variations of boundaries and other setting, but nothing seem to help. Even the limitation of the courant number results in smaller and smaller timesteps.

My case in detail:

Boundaries:

0/U:
- internalField uniform (0 0 0)
- walls: fixed value at (0 0 0)
- The top of the channel, thought as an atmosphere with: pressureInletOutletVelocity at ( 0 0 0)
- moving walls (the ship): movingWallVelocity at (0 a 0) [a as the desired movement]

0/p:
- internalField uniform 0
- walls: buoyantPressure at uniform 0
- The top as atmosphere:
type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho rho;
psi none;
gamma 1;
value uniform 0;
- moving walls: buoyantPressure at uniform 0

0/aplha1:
- internal nonuniform (done with setFields)
- all boundaries: zeroGradient

0/cellMotionUy and pointMotionUy:
- internalfield 0
- moving walls: fixed value a (desired velocity)
- all others fixed value 0

constant/dynamicMeshDict:

dynamicFvMesh dynamicMotionSolverFvMesh;
motionSolverLibs ( "libfvMotionSolvers.so" );
solver velocityComponentLaplacian y;
diffusivity directional ( 200 1 0 ); //uniform?

system/controlDict:

application interDyMFoam;
startFrom startTime;
startTime 0;
stopAt endTime;
endTime 1;
deltaT 0.01;
writeControl adjustableRunTime;
writeInterval 0.1;
purgeWrite 0;
writeFormat ascii;
writePrecision 6;
writeCompression uncompressed;
timeFormat general;
timePrecision 6;
runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.1;
maxDeltaT 0.01;


system/fvShemes:

ddtSchemes
{
default Euler;
}
gradSchemes
{
default Gauss linear;
grad(U) Gauss linear;
grad(alpha1) Gauss linear;
}

divSchemes
{
div(rho*phi,U) Gauss limitedLinearV 1;
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss vanLeer;
}
laplacianSchemes
{
default Gauss linear corrected;
}
interpolationSchemes
{
default linear;
}
snGradSchemes
{
default corrected;
}
fluxRequired
{
default no;
p;
pcorr;
alpha1;
}

system/fvSolution

solvers
{
pcorr
{
solver PCG;
preconditioner DIC;
tolerance 1e-10;
relTol 0;
}
p
{
solver PCG;
preconditioner DIC;
tolerance 1e-07;
relTol 0.05;
}
pFinal
{
solver PCG;
preconditioner DIC;
tolerance 1e-07;
relTol 0;
}
U
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
}

cellMotionUy
{
solver PCG;
preconditioner DIC;
tolerance 1e-08;
relTol 0;
}
}
PISO
{
momentumPredictor no;
nCorrectors 3;
nNonOrthogonalCorrectors 0;
nAlphaCorr 1;
nAlphaSubCycles 2;
cAlpha 1;
pRefCell (0.1 0.1 4.9);
pRefValue 0;
}


So, does anyone has a hint for me what to do?

Thank you for your attention and your answers

myheroisalex is offline   Reply With Quote

Old   September 20, 2009, 08:09
Default
  #2
Senior Member
 
Jens Höpken
Join Date: Apr 2009
Location: Duisburg, Germany
Posts: 159
Rep Power: 16
jhoepken is on a distinguished road
Send a message via Skype™ to jhoepken
Hi Michael,

This is not a precise answer, I am totally aware of that . Have you tried to run the case in interFoam? Just leave the boundaries as they are and try to solve the case without moving the vessel. If it runs more or less fine, you can guess that the reason for the strange velocities might be related to the mesh motion. Doing this simulation in interFoam, you will have to adjust the BC for the ship accordingly.
Secondly, you have created an unstructured grid with Salome? Try to increase the nNonOrthogonalCorrectors in the PISO loop, because a value of 0 represents a pure orthogonal grid.
If you find out, that the case runs fine in interFoam, you should change the dynamicMesh solver and the respective settings.

cheers,
Jens
jhoepken is offline   Reply With Quote

Old   September 20, 2009, 18:32
Default
  #3
New Member
 
Michael G.
Join Date: Sep 2009
Location: Germany, Nds.
Posts: 13
Rep Power: 16
myheroisalex is on a distinguished road
Hi Jens,

thank you for your reply!

My Mesh is made in Salome with following algorithms:
3D: Hexahedron (i,j,k)
2D: Quadrangle (Mapping)
1D: Wire discretisation with 0.25 max. size Hypothesis

I computed every Block I needed and put them together with Salome's 'Build Compound' utility.

So there I dont expect quite good orthonality.

checkMesh says:

Checking geometry...
Overall domain bounding box (0 0 0) (20 145 5)
Mesh (non-empty, non-wedge) directions (1 1 1)
Mesh (non-empty) directions (1 1 1)
Boundary openness (0 0 0) OK.
Max cell openness = 0 OK.
Max aspect ratio = 1 OK.
Minumum face area = 0.0625. Maximum face area = 0.0625. Face area magnitudes OK.
Min volume = 0.015625. Max volume = 0.015625. Total volume = 9060. Cell volumes OK.
Mesh non-orthogonality Max: 0 average: 0
Non-orthogonality check OK.
Face pyramids OK.
Max skewness = 0 OK.


I tried, as you suggested, to run the case in interFoam, but the problem also occurs. But the velocities increase not that fast as if in interDyMFoam (about the half).

I also scaled the problem down to a 1:10 model an made a mesh with a wire discretisation of 0.025m. Problem remains the same.

Setting the nNonOrthogonalCorrectors number to 5 oder 10 does not influence the problem.

Mesh movement, like 0.5m/s, lead to strange velocities about 56 m/s after 1s simulation-time (and ~10 m/s after 0.5s).

It seems to me as if every step towards mesh movement boost the unwanted velocities from nowhere, but nothing semms to be total responsible. I think there is something with the mesh, but I can not see where the mistake may be and checkMesh gives its OK to me.

So far,

Michael
myheroisalex is offline   Reply With Quote

Old   September 22, 2009, 04:22
Default
  #4
Senior Member
 
Jens Höpken
Join Date: Apr 2009
Location: Duisburg, Germany
Posts: 159
Rep Power: 16
jhoepken is on a distinguished road
Send a message via Skype™ to jhoepken
Hi Michael,

I have absolutely no clue about Salome, since I've never ever worked with it. Is your grid complex? If not, I would suggest to build a similar one with an other grid generator? Maybe blockMesh is sufficient for your purpose?
I guessed, that the reason for this kind of behaviour would be related to the dynamic mesh, but this is apparently not the case.
My procedure would be to get interFoam running on the case and afterwards switch to interDyMFoam.

Jens
jhoepken is offline   Reply With Quote

Old   September 22, 2009, 19:02
Default
  #5
New Member
 
Michael G.
Join Date: Sep 2009
Location: Germany, Nds.
Posts: 13
Rep Power: 16
myheroisalex is on a distinguished road
Hi Jens,

thank you for your attention

I now made a simple cube with a certain water level in it (so just the free surface an no movement) and did some runs (1s):

1) Salome-Mesh: 'induced' max. velocity: 0.005 m/s
2) Block-Mesh: 0.015 m/s
3) Dam-Break tutorial with water all over the domain: 0.01 m/s

Its interesting to see that everywhere is velocity induced. I think thats due to the atmosphere-boundary (every example has the same atmo-bc from the dam-break tuto).

So its something with that Bc or with the Salome 'compound-mesh'-tool.

I will do further test-runs and keep you (all here) up to date!

Michael
myheroisalex is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Needed Benchmark Problems for FSI Mechstud Main CFD Forum 4 July 26, 2011 12:13
InterDyMfoam gives strange gamme if cell volume changes due to mesh motion daniels OpenFOAM Running, Solving & CFD 8 April 7, 2009 09:31
Problems with interDyMFoam qinnan OpenFOAM Running, Solving & CFD 0 December 20, 2008 11:56
Some problems with Star CD Micha Siemens 0 August 6, 2003 13:55
Inverse problems Aleksey Alekseev Main CFD Forum 0 May 12, 1999 15:38


All times are GMT -4. The time now is 03:32.