|
[Sponsors] |
July 11, 2018, 05:27 |
HOW to set the Nacelle's boundary condition
|
#1 |
New Member
JAMES
Join Date: Dec 2016
Posts: 21
Rep Power: 10 |
Dear friends, could anyone kindly show me how to set the Nacelle's boundary condition,such as the fan inlet ,fan out let and core outlet? I have tried to set as below, but the result always divergence.
% Engine Inflow boundary type (FAN_FACE_MACH, FAN_FACE_PRESSURE, FAN_FACE_MDOT) ENGINE_INFLOW_TYPE= FAN_FACE_MACH % % Engine inflow boundary marker(s) (NONE = no marker) % Format: (engine inflow marker, fan face Mach, ... ) MARKER_ENGINE_INFLOW= ( fan inlet, fan face Mach) % % Engine exhaust boundary marker(s) with the following formats (NONE = no marker) % Format: (engine exhaust marker, total nozzle temp, total nozzle pressure, ... ) MARKER_ENGINE_EXHAUST= ( fan outlet, total fan outlet temp, total fan outlet pressure, core outlet, total core temp, total core pressure) |
|
July 13, 2018, 01:13 |
|
#2 |
New Member
JAMES
Join Date: Dec 2016
Posts: 21
Rep Power: 10 |
I found in the option structure as below:
/*! * \brief types engine inflow boundary treatments */ enum ENGINE_INFLOW_TYPE { FAN_FACE_MACH = 1, /*!< \brief User specifies fan face mach number. */ FAN_FACE_MDOT = 2, /*!< \brief User specifies Static pressure. */ FAN_FACE_PRESSURE = 3 /*!< \brief User specifies Static pressure. */ ****************************** For Face Mdot, is the brief right? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem in setting Boundary Condition | Madhatter92 | CFX | 12 | January 12, 2016 05:39 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
How to set boundary condition in supersonic airflow | sailor | FLUENT | 0 | December 14, 2011 02:44 |
External Radiation Boundary Condition (Two sided wall), Grid Interface | CFD XUE | FLUENT | 0 | July 8, 2010 07:49 |
Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 16:55 |