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

uniformFixedValue BC problems

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 24, 2018, 11:50
Default uniformFixedValue BC problems
  #1
New Member
 
Join Date: Mar 2018
Posts: 1
Rep Power: 0
FrancescoF is on a distinguished road
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 also tried to use uniformTotalPressure, with no success.

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)
			);
	}
}
Thanks to anyone who can help me
FrancescoF 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
[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


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