|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
Join Date: Apr 2012
Posts: 7
Rep Power: 15 ![]() |
Hi to everyone, I am a new user of ANSYS CFX,
![]() I want to select specific region of mesh and fill this region with specific values of pressure and temperature as initials values, how can I do this in CFX? Any ideas welcome ![]() |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Member
Raja_Bhai
Join Date: Feb 2012
Location: UK
Posts: 40
Rep Power: 15 ![]() |
||
![]() |
![]() |
![]() |
![]() |
#3 |
Senior Member
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 23 ![]() |
That link refers to an old manual. Instead, see the pdfs that come with the installation (or the built in help).
Read the tutorials in cfx_tutr.pdf. You'll find them at: <installation root>\ANSYS Inc\v140\commonfiles\help\en-us\pdf\ |
|
![]() |
![]() |
![]() |
![]() |
#4 |
New Member
Join Date: Apr 2012
Posts: 7
Rep Power: 15 ![]() |
My prbolem is NOT inspecting boundary conditions! I want to choose a certain zone of mesh(for example a circular zone) and assign certain pressure and temperature in that zone and initialize problem.
![]() |
|
![]() |
![]() |
![]() |
![]() |
#5 |
New Member
Join Date: Apr 2012
Posts: 7
Rep Power: 15 ![]() |
My problem in NOT specifying boundary conditions! I want to choose a certain zone of mesh(for example a circular zone) and assign certain pressure and temperature in that zone and initialize problem.
|
|
![]() |
![]() |
![]() |
![]() |
#6 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,934
Rep Power: 145 ![]() ![]() ![]() ![]() |
Use a CEL expression to define the region, eg a = step(((1[m]-abs(x))/1[m]) selects a strip -1>x>1 to have a=1, elsewhere a=0. You can use this to define initial conditions and boundary conditions.
|
|
![]() |
![]() |
![]() |
![]() |
#7 | |
Member
Oleg
Join Date: Nov 2011
Location: Ukraine, Kharkov
Posts: 57
Rep Power: 15 ![]() |
Quote:
Regards, Oleg |
||
![]() |
![]() |
![]() |
![]() |
#8 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,934
Rep Power: 145 ![]() ![]() ![]() ![]() |
You have access to all the volume and faces defined in the mesh file if you look in the feature tree. But if the volume or face you want is not defined int he mesh file youhave to either remesh to include it or define it another way such as using CEL.
|
|
![]() |
![]() |
![]() |
![]() |
#9 | |
New Member
Join Date: Apr 2012
Posts: 7
Rep Power: 15 ![]() |
Quote:
![]() Last edited by payam.t; April 18, 2012 at 08:55. |
||
![]() |
![]() |
![]() |
![]() |
#10 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,934
Rep Power: 145 ![]() ![]() ![]() ![]() |
step() is in the CFX reference manual. It returns 0 if the argument is negative, 0.5 if zero and 1 if positive.
|
|
![]() |
![]() |
![]() |
![]() |
#11 |
New Member
lihui
Join Date: Jun 2010
Posts: 12
Rep Power: 16 ![]() |
But you must know a point,a bout step() function, step() just back to three value,0,1,0.5,but about the step(x),this x, you must know this value not real value,just floating point.If the floating point locate nearby the value zero, and want to use the step()function, must use interpolation method to sovle it.
|
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Gambit problems | Althea | FLUENT | 22 | January 4, 2017 03:19 |
Icemcfd 11: Loss of mesh from surface mesh option? | Joe | CFX | 2 | March 26, 2007 18:10 |
Two-Phase Buoyant Flow Issue | Miguel Baritto | CFX | 4 | August 31, 2006 12:02 |
CFX mesh & ICEM | mike | CFX | 3 | April 27, 2006 15:27 |
Refining Mesh at Specific Region | Harmeet | CFX | 1 | October 17, 2004 18:44 |