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

Water through vessel - Two-way FSI

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 17, 2016, 11:54
Default Water through vessel - Two-way FSI
  #1
New Member
 
Lucas Ribeiro
Join Date: Aug 2016
Posts: 23
Rep Power: 9
Warlord is on a distinguished road
Hello guys,

I just started to use Ansys. I am trying to simulate a water flowing through a vessel. My problem is that a very strange thing is happening. The water is bending the vessel in a very strange way, please see the attached image. And also, why the fluid domain on CFD Post is not deformed (see link below)? Since the solid is deformed, the fluid domain should be deformed, right?

Vessel dimensions:
-This is a cylinder of height 0.05m, radius 0.005 and thickness 0.001.

Vessel material:
-Right now it just the default: Structural steel. Later, after everything is ok, I'll create an artery material.

Boundary conditions:
-Inlet is: I am using a UDF to generate a pressure pulse, see below.

Code:
 #include "udf.h"
 
 DEFINE_PROFILE(unsteady_pressure, thread, position)
 {
    face_t f;
    real t = CURRENT_TIME;
    begin_f_loop(f, thread)
      {

        F_PROFILE(f, thread, position) = t > 0.003? 0.0 : 1333.2;
      }
    end_f_loop(f, thread)
   
 }
- Outlet is pressure = 0.0

Time step is 5e-5

How come water is bending the steel??

Obs.: I am using ansys 16.2 and 17.1, both give me the same result.

Any help is welcome!

Geometries:
https://drive.google.com/file/d/0B1k...ew?usp=sharing

Deformed tube:
https://drive.google.com/file/d/0B1k...ew?usp=sharing

Fluid Domain on CFD Post
https://drive.google.com/open?id=0B1...WZXRXpVcU03SzQ

Last edited by Warlord; November 18, 2016 at 09:00. Reason: Adding image of the fluid domain using CDF-post
Warlord is offline   Reply With Quote

Old   November 20, 2016, 07:35
Default Problem solved
  #2
New Member
 
Lucas Ribeiro
Join Date: Aug 2016
Posts: 23
Rep Power: 9
Warlord is on a distinguished road
Problem solved, everything is correct. The problem grew out of the fact that the image from Mechanical is very misleading. The visual deformation of the tube do not corresponds to the actual deformation.
Warlord is offline   Reply With Quote

Reply

Tags
ansys., fsi, fsi 2-way coupling, two-way


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
Setting the height of the stream in the free channel kevinmccartin CFX 12 October 13, 2022 21:43
implementation of constant water levels as boundary conditions horn OpenFOAM Pre-Processing 2 October 12, 2015 17:45
compressibleInterFoam case – a flat wall air cavity filling up with water Zeppo OpenFOAM Running, Solving & CFD 0 October 3, 2015 10:01
air into box filled with water, outflow for water at bottom dieterdanger Fluent Multiphase 0 July 16, 2015 16:11
How to model Salinity, density, fresh water & sea water grayback87 FLUENT 3 December 30, 2014 02:00


All times are GMT -4. The time now is 05:39.