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

Moving mesh part 2

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 28, 2008, 11:57
Default Just to close the issue I brou
  #41
Senior Member
 
Kevin Smith
Join Date: Mar 2009
Posts: 104
Rep Power: 17
kev4573 is on a distinguished road
Just to close the issue I brought up a few posts ago - turns out I made a mistake somewhere along the way and I have it working now in parallel. I simply went back through the process of grid generation, case setup, etc and got it to work.
kev4573 is offline   Reply With Quote

Old   October 8, 2008, 09:53
Default dear all, i am a new user o
  #42
New Member
 
klaus drohme
Join Date: Mar 2009
Posts: 1
Rep Power: 0
docci is on a distinguished road
dear all,

i am a new user of OF-1.5 and have a problem with moveMesh; i tried to move two points of a cuboid along the edges such that the cuboid becomes a wedge. actually it is a small moving patch not only two points.
unfortunately the site/patch of the cuboit which inclines doesn´t stay planar.(patch type slip)
i tried many different options of the moveMesh untility and always the inclining patch deforms... anyone an idea?
docci is offline   Reply With Quote

Old   November 1, 2008, 10:43
Default I am currently use OpenFOAM1.5
  #43
New Member
 
Peter Lian
Join Date: Mar 2009
Posts: 12
Rep Power: 17
peter73 is on a distinguished road
I am currently use OpenFOAM1.5 and try to simulate an oscillating airfoil. My first step is to simulate a square moving with constant velocity [1 1 0].

I made some changes based on the example from the tutorial. However, I can only specify the x-velocity in the pointMotionUx and cellMotionUx.

I try to change the class from pointScalarField to pointVectorField, but the code does not recognize the definition.

The questions are:

1: How should a velocity [1 1 0] be specified?
2: what are the functions of pointMotionUx and cellMotionUx.

Thanks.

Peter
peter73 is offline   Reply With Quote

Old   November 12, 2008, 16:03
Default Hi Peter, 1. change dynamic
  #44
Senior Member
 
louisgag's Avatar
 
Louis Gagnon
Join Date: Mar 2009
Location: Stuttgart, Germany
Posts: 338
Rep Power: 18
louisgag is on a distinguished road
Send a message via ICQ to louisgag
Hi Peter,

1. change dynamicMeshDict definition to "solver velocityLaplacian;" and rename *MotionUx to *MotionU changing their content to vectors

2. fixedValue, timeVaryingFixedValue, slip, symmetry, (I have not yet been able to get oscillatingFixedValue to work with OF 1.5)

have a good afternoon,

-Louis
louisgag is offline   Reply With Quote

Old   November 12, 2008, 16:26
Default Thanks, Louis. I am able to
  #45
New Member
 
Peter Lian
Join Date: Mar 2009
Posts: 12
Rep Power: 17
peter73 is on a distinguished road
Thanks, Louis.

I am able to run the fixedValue. Just like you, the oscillatingFixedValue does not work with OF1.5. From a post under other thread it seems that bc work with OF1.4-dev. The warning message indicates that it is not implemented in OF1.5.

With OF1.4, the file is located in
src/OpenFOAM/fields/pointPatchFields/derived

now it is at
src/finiteVolume/fields/fvPatchFields/derived/

Humm... ???

Peter
peter73 is offline   Reply With Quote

Old   November 12, 2008, 16:55
Default Hi again Peter, I suppose y
  #46
Senior Member
 
louisgag's Avatar
 
Louis Gagnon
Join Date: Mar 2009
Location: Stuttgart, Germany
Posts: 338
Rep Power: 18
louisgag is on a distinguished road
Send a message via ICQ to louisgag
Hi again Peter,

I suppose you could always define the almost exact same condition as oscillatinFixedValue using a timeVaryingFixedValue condition (especially if you are working with a constant timestep) by using a home-made piece of code to generate the "*.dat" file that defines the mesh motion.

-Louis
louisgag is offline   Reply With Quote

Old   November 12, 2008, 17:26
Default Louis, Thanks again. It w
  #47
New Member
 
Peter Lian
Join Date: Mar 2009
Posts: 12
Rep Power: 17
peter73 is on a distinguished road
Louis,

Thanks again. It works. I also find this link discussing the unsteady bc. http://albertopassalacqua.com/?p=69#comment-209

Still do not understand why the oscillatingFixedValue does not work. It is under the same directory.

Peter
peter73 is offline   Reply With Quote

Old   February 25, 2010, 16:11
Default
  #48
New Member
 
rubenparedes's Avatar
 
Ruben Paredes
Join Date: Mar 2009
Location: Guayaquil, Ecuador
Posts: 20
Rep Power: 17
rubenparedes is on a distinguished road
Send a message via MSN to rubenparedes
Hi there,

I am new to OpenFOAM and I am trying to simulate an oscillating cylinder. Only in the case that someone is looking for another option to simulate oscillating motion. I specified my moving BC as oscillatingVelocity type in the pointMotionU file.

Ruben
rubenparedes is offline   Reply With Quote

Old   December 3, 2010, 17:13
Default
  #49
Senior Member
 
lakeat's Avatar
 
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21
lakeat is on a distinguished road
Send a message via Skype™ to lakeat
Hi,

It seems to be a bug, during RBF interpolating, the LUdecompose met a singular matrix.
The RBF works good for serial, but the parallel run fails. Could anyone helps me on this?

Later I found in file "RBFMotionSolver.C", line
Code:
    Info << "Total points on moving boundaries: " << nMarkedPoints << endl;
Code:
    Info << "Total points on static boundaries: " << nMarkedPoints << endl;
Code:
    Info << "Number of internal points: " << nMarkedPoints << endl;
It seem it just outputs one processor's number, could it be possible to output the whole information?

And how to do LUdecompose on the whole mesh points, not just one processor?


Thanks,
__________________
~
Daniel WEI
-------------
Boeing Research & Technology - China
Beijing, China
Email
lakeat is offline   Reply With Quote

Old   December 14, 2010, 06:20
Default
  #50
Senior Member
 
Daniele
Join Date: Feb 2010
Posts: 134
Rep Power: 16
Daniele111 is on a distinguished road
hi
Can (and How) I use update.mesh to modify a patch of a mesh? I have a rectangular box, and I would update bottom with a new shape, Can I do to solve this problem?

Thanks
Daniele111 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
Dynamic Mesh tutorial Part I attachDetach hsieh OpenFOAM Running, Solving & CFD 5 October 11, 2012 15:00
Can we add extra solid mesh part to the analsis? Farhath Alam FLUENT 0 December 22, 2006 02:41
Designating a part of mesh as wall megan FLUENT 0 October 15, 2006 21:04
Problem with rotational mesh deformation: Part II NymphadoraTonks CFX 2 November 4, 2004 03:05
Moving part in a fluid E. BOINOT FLUENT 0 April 24, 2002 09:34


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