|
[Sponsors] |
Can not get pressure by using pimpleDyMFoam or rhoPimpleDyMFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 20, 2017, 10:15 |
Can not get pressure by using pimpleDyMFoam or rhoPimpleDyMFoam
|
#1 |
New Member
TeiGyou
Join Date: Oct 2016
Location: Tokyo,Japan
Posts: 20
Rep Power: 10 |
Hello, everyone
I have a question about the pimpleDyMFoam and rhoPimpleDyMFoam. recently, i have trired to use these two solver to run a rotating model. But I don't know why I can not get pressure change. I sure my model is no problem. because I have used other solvers to run this model and successfully get the result of pressure. Is there anyone know why? Thanks! my boundary: /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 4.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object p; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [1 -1 -2 0 0 0 0]; internalField uniform 1e5; boundaryField { INLET { type zeroGradient; } OUTLET { type fixedValue; value $internalField; } PUMP { type zeroGradient; } WALL { type zeroGradient; } WALL-TUBE { type zeroGradient; } INTERFACE { type cyclicAMI; value $internalField; } INTERFACE1 { type cyclicAMI; value $internalField; } } /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 4.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volVectorField; location "0"; object U; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 -10 0); boundaryField { INLET { type fixedValue; value uniform (0 -10 0); } OUTLET { type pressureInletOutletVelocity; inletValue uniform (0 -10 0); value uniform (0 0 0); } PUMP { type movingWallVelocity; value uniform (0 0 0); } WALL { type fixedValue; value uniform (0 0 0); } WALL-TUBE { type fixedValue; value uniform (0 0 0); } INTERFACE { type cyclicAMI; value $internalField; } INTERFACE1 { type cyclicAMI; value $internalField; } } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind tunnel Boundary Conditions in Fluent | metmet | FLUENT | 6 | October 30, 2019 13:23 |
reference pressure with pimpleDyMFoam | grjones10 | OpenFOAM Running, Solving & CFD | 1 | September 17, 2015 10:06 |
Outlet pressure | aja1345 | FLUENT | 5 | August 18, 2015 12:02 |
Calculation of the Governing Equations | Mihail | CFX | 7 | September 7, 2014 07:27 |
Unsteady pressure differential between inlet and outlet of the pipe for single phase | joshi20h | FLUENT | 0 | September 26, 2012 13:41 |