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

Oscillatory mesh motion setup mesh flux ERROR

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 21, 2007, 03:32
Default I am struggling to set up the
  #1
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
I am struggling to set up the moving mesh case for a cube. I tried the velocityComponentLaplacian FvMotionSolver.
It works fine.

But i have problem setting up the case for velocityLaplacian FvMotion Solver. As i have understood it requires pointMotionU and cellMotionU to be
specified. I have used oscillatingVelocity PointPatchVectorField given in src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity. I have attached the
case setup. Please please take a quick look ..

With the current setup i get the following error.....

Exec : interFoam interFoam oscillatoryMotion
Date : Aug 21 2007
Time : 09:13:16
Host : taifun
PID : 26857
Root : interFoam
Case : oscillatoryMotion
Nprocs : 1
Create time

Create mesh for time = 0

Selecting dynamicFvMesh dynamicMotionSolverFvMesh
Selecting motion solver: velocityLaplacian
Selecting motion diffusion: uniform

Reading environmentalProperties
Reading field pd

Reading field gamma

Reading field U

Reading/calculating face flux field phi

Reading transportProperties

Selecting incompressible transport model Newtonian
Selecting incompressible transport model Newtonian
Calculating field g.h

Courant Number mean: 0 max: 0


--> FOAM FATAL ERROR : mesh flux field does not exists, is the mesh actually moving?

From function fvMesh::phi()
in file fvMesh/fvMeshGeometry.C at line 314.

FOAM exiting

With Best Regards
Jaswinder

oscillatoryMotion.tar.gz
jaswi is offline   Reply With Quote

Old   August 21, 2007, 04:52
Default In your case there is the boun
  #2
Senior Member
 
Jens Klostermann
Join Date: Mar 2009
Posts: 117
Rep Power: 17
jens_klostermann is on a distinguished road
In your case there is the boundaries don't move relative to each other (since you only defined one boundary), so that I think there is now mesh movement necessary.

Jens
jens_klostermann is offline   Reply With Quote

Old   August 21, 2007, 05:00
Default That is not the case. I could
  #3
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
That is not the case. I could move the cube (the domain in this case) in one direction using the velocityComponentLaplacian and specifying the velocity vector in cellMotionUx and pointMotionUx. It works .......

But when i want to move the same domain with oscillatory motion it doesn't work...?????
jaswi is offline   Reply With Quote

Old   August 21, 2007, 08:13
Default Prof Hrovje. Please take a loo
  #4
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
Prof Hrovje. Please take a look at as you always know what to do with problems related to MesH Motion.

Once again, briefly I explain my question:

I don't understand how to setup pointMotionU and cellMotionU which are required to be specified while using velocityLaplacian fvSolver.

How can one access these fields in order to specify desired mesh motion through trig functions.

With best regards
Jaswinder
jaswi is offline   Reply With Quote

Old   August 22, 2007, 13:04
Default Several good ideas for you.
  #5
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
Several good ideas for you.

Firstly, if you want someone to help you, it is a good idea to spell their name right. People get easily insulted.
Secondly, in the pack you have posted, there is 1000 cells in the mesh and 15625 values in the internal field for gamma.
Thirdly, I don't know where you got the initial field from, but setFieldsDict does not seem to fit your case.
Fourthly, it is not clear to me which solver you are running on the case. interFoam runs fine; no sensible results though...

In short, a waste of time.

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   August 23, 2007, 04:41
Default Prof Hrvoje... I am extreme
  #6
Senior Member
 
Join Date: Mar 2009
Posts: 248
Rep Power: 18
jaswi is on a distinguished road
Prof Hrvoje...

I am extremely sorry for the spelling mistake and for posting the wrong case setup.

This time i have corrected the errors and checked the case with paraFoam. It shows the right gamma field.

I have also corrected the setFields dictionary in the /system folder.

Regarding the solver, I am using interFoam with meshMotion option. Version 1.4 onwards doesn't includes the mesh motion for interFoam but i have taken clues from your development version and got it back working with the meshMotion.

The problem i am facing is related to boundary conditions. I have tried two settings. I have included both in the /0 folder.

With the first setting (/0/1st/U, /0/1st/pointMotionU and /0/1st/cellMotionU) I get the mesh motion but the gamma field doesn't changes. In this case the U has BC as fixedValue with value uniform (0 0 0);

After searching the forum, i corrected the BC for U to be movingWallVelocity with value uniform(0 0 0). but with the second setting (/0/2nd/U, /0/2nd/pointMotionU and /0/2nd/cellMotionU) I get the following error:

--> FOAM FATAL ERROR : mesh flux field does not exists, is the mesh actually moving?

From function fvMesh::phi()
in file fvMesh/fvMeshGeometry.C at line 314.

FOAM exiting
---------------

The error comes from correctPhi.H. when the following line in the code is executed:

#include "UEqn.H"

Please take a look and this time I have tried my best not to waste your time. I have emailed to you the animation for the 1st case when the mesh motion works but doesn't updates the gamma field.

Please take look.

With Best Regards
Jaswinder
oscillatoryMotion.zip
jaswi is offline   Reply With Quote

Reply


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
Mesh motion independent mesh regions philippose OpenFOAM Running, Solving & CFD 12 August 5, 2008 16:16
mesh motion tutorial error Virag Mishra CFX 2 October 6, 2007 08:55
expirience with deforming mesh/mesh motion Js CFX 0 May 28, 2007 07:11
NEED HELP FOR A MOVING MESH PROBLEM SETUP bijan Siemens 2 June 12, 2006 04:54
Dynamic Mesh setup problem Jim FLUENT 1 June 8, 2005 09:26


All times are GMT -4. The time now is 06:41.