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

Problem with DynamicMesh: nozzle moving along wall

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 18, 2017, 05:29
Default Problem with DynamicMesh: nozzle moving along wall
  #1
New Member
 
Join Date: Feb 2017
Posts: 6
Rep Power: 9
ashama is on a distinguished road
Good morning everyone

I have a problem with dynamic mesh I hope some one can help me figure it out

I created a geometry of a nozzle filling water into some rectangular space using SALOME, two volumes (nozzle, box) > Partition > create groups > Meshing > create group on geometry, and they are connected with a surface called (internalFace)

I run the case in interFoam and it is OK

I try to make the nozzle move in the Y direction while dumping the water in the volume and the code crashes at specific time. What happen is that the cells in both volumes stay connected while the nozzle is moving, so they get to a very high aspect ratio and Co number jumps very high.

I think I miss one more file other than the dynamicMeshDict - this is the only file I used to move the nozzle and using interDyMFoam.

Geo.jpg

Start.jpg

End.jpg

Nozzle-1.tar.gz

This is the main folder of my simulation and also a screen shot of the mesh at a slice showing the nozzle (Top) and the space (bottom)

Can someone please figure out what I am missing?

Do I miss a file called pointMotionU?

Code:
{
    version     2.0;
    format      ascii;
    class       pointScalarField;
    object      pointMotionU;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 1 -1 0 0 0 0];

internalField   uniform 0;

boundaryField

{

    Inlet
    {
        type            uniformFixedValue;
        uniformValue    constant 5;
    }

    Shell
    {
        type            uniformFixedValue;
        uniformValue    constant 0;
    }

    Nozzle-Shell
    {
        type            uniformFixedValue;
        uniformValue    constant 5;
    }

    Top
    {
        type            uniformFixedValue;
        uniformValue    constant 0;
    }

    Bottom
    {
        type            uniformFixedValue;
        uniformValue    constant 0;
    }

    InternalFace
    {
        type            uniformFixedValue;
        uniformValue    constant 5;
    }

}

Last edited by wyldckat; April 25, 2017 at 07:41. Reason: Added [CODE][/CODE] markers
ashama is offline   Reply With Quote

Old   April 23, 2017, 18:09
Default Looking for a tutorial on Inkjet printing
  #2
New Member
 
Join Date: Feb 2017
Posts: 6
Rep Power: 9
ashama is on a distinguished road
Hi everyone

Can someone please give me a tutorial on Inkjet printing? If not available, can I get a help in this problem?

I am modeling the geometry in the pictures. Simply, and inlet nozzle into some domain, fixed inlet flow rate and the nozzle has a linear motion during the simulation. I am using interDyMFoam, dynamic mesh. Now, I created the geometry in salome, made a COMPOUND of the cylinder and the box. There is an interface inbetween, called InternalFace. I try to create a baffle for this interface, AIM, and use the dynamicMeshDict to move the nozzle zone. simulation always crash and I cannt figure out the mistake.

I attached the relevant files, 0/U o/alpha.water dynamicMeshDict system-folder

Regards
Attached Images
File Type: png Screenshot from 2017-04-23 23-12-29.png (26.3 KB, 24 views)
Attached Files
File Type: gz Nozzle-9.tar.gz (2.6 KB, 13 views)
ashama 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
decomposePar problem: Cell 0contains face labels out of range vaina74 OpenFOAM Pre-Processing 37 July 20, 2020 05:38
[Commercial meshers] Fluent3DMeshToFoam simvun OpenFOAM Meshing & Mesh Conversion 50 January 19, 2020 15:33
Wrong flow in ratating domain problem Sanyo CFX 17 August 15, 2015 06:20
moving wall problem moloykb FLUENT 0 August 24, 2012 04:27
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug unoder OpenFOAM Installation 11 January 30, 2008 20:30


All times are GMT -4. The time now is 11:54.