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

FSI-time dependent load in cfx10.0

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 11, 2007, 10:46
Default FSI-time dependent load in cfx10.0
  #1
siavashghassemi
Guest
 
Posts: n/a
hello, i am working on a fsi simulation in cfx10.0.load is a pressure like "sin 5t".(t is time) but cfx in post processing doesn't accept t.how can i apply this load?should i write a fortran program?can anyone guide me? thanks.
  Reply With Quote

Old   September 12, 2007, 05:12
Default Re: FSI-time dependent load in cfx10.0
  #2
V. Kumar
Guest
 
Posts: n/a
How can you define loads in CFX-POST? In order to define load or a boundary condition (B.C) you have to go either to ANSYS or CFX-PRE. If it is load on the structure you can edit your ANSYS input like following under /SOLU or /PREP7:

************

nsel,s,..... !!with nsel select you nodes where you want to apply time-dependent load

*dim, press,table,100,1 !define a variable array e.g. press of length 100

delt=1e-4 !define size of time-step

FREQ=10 !define freqency e.g. 10 Hz

pi = 4*atan(1) ! define your Pi or pi = 3.14157

omega = 2*pi*FREQ

p_max = 10 ! amplitude of the load

*do,tt,0,100,1

press(tt,0)=tt*delt

press(tt,1)=p_max*sin(omega*tt*delt)

*enddo

SF,all,PRES,%press% ! apply pressure load vector on selected nodes

*********

If you want to apply a B.C on the fluid side, this can be done in CFX-PRE. In CFX-PRE a time-dependent B.C can be set by CEL which is quite easy using variable "t". Refer to CFX manuals for this.

  Reply With Quote

Old   September 15, 2007, 10:28
Default Re: FSI-time dependent load in cfx10.0
  #3
siavash ghassemi
Guest
 
Posts: n/a
as you wrote i could apply a time dependent b.c in cfx-pre with no error.("sin t" as a mesh displacement in y direction).but when i want to obtain a solution in cfx-solver(start run) an error massage displays that "t is not an angle"! how can i solve this problem? thanks, s.ghassemi
  Reply With Quote

Old   September 16, 2007, 03:28
Default Re: FSI-time dependent load in cfx10.0
  #4
V. Kumar
Guest
 
Posts: n/a
ofcourse "t" is not an angle.

Here is an example:

pi = 4*atan(1)

freq = 100 [s^-1]

theta = 2 * pi * freq * t

disp = 0.01 [m] sin(theta)

this should work.

  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
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36
How to write k and epsilon before the abnormal end xiuying OpenFOAM Running, Solving & CFD 8 August 27, 2013 15:33
FSI time YY CFX 0 April 25, 2008 12:38
Could anybody help me see this error and give help liugx212 OpenFOAM Running, Solving & CFD 3 January 4, 2006 18:07
Repeating same time steps (FSI). cjtune Siemens 0 February 19, 2003 23:05


All times are GMT -4. The time now is 16:54.