|
[Sponsors] |
June 24, 2018, 11:50 |
uniformFixedValue BC problems
|
#1 |
New Member
Join Date: Mar 2018
Posts: 1
Rep Power: 0 |
Dear all,
I am trying to use the uniformFixedValue BC with uniformValue polynomial time varying pressure. When I use decomposePar no error appears, but using paraFoam the initial pressure in "inlet" cannot be loaded. Code:
/opt/OpenFOAM/OpenFOAM-dev/bin/paraview: line 23: 15804 Segmentation fault PATH="" $path/paraview "$@" I use the solver sonicFoamART40, and it crashes at the first iteration (because of the Nan values, caused by the unloaded pressure?). The code with the p BC is the following: Code:
boundaryField { inlet { type uniformFixedValue; phi phi; rho none; psi thermo:psi; U U; gamma 1.4; p0 1e-6; uniformValue polynomial// y=3e7 x ( (0 0) (3e7 1.0) ); } } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] Problems with coedge curves and surfaces | tommymoose | ANSYS Meshing & Geometry | 6 | December 1, 2020 12:12 |
[mesh manipulation] Problems with rotational cyclic boundaries | TReviol | OpenFOAM Meshing & Mesh Conversion | 8 | July 11, 2014 04:45 |
[ICEM] Flow channel meshing problems | StefanG | ANSYS Meshing & Geometry | 19 | May 15, 2012 07:44 |
Two-phase air water flow problems by activating Wall Lubrication Force | challenger85 | CFX | 5 | November 5, 2009 06:44 |
Help required to solve Hydraulic related problems | aero | CFX | 0 | October 30, 2006 12:00 |