|
[Sponsors] |
November 17, 2016, 12:54 |
Water through vessel - Two-way FSI
|
#1 |
New Member
Lucas Ribeiro
Join Date: Aug 2016
Posts: 23
Rep Power: 10 |
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) } 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 10:00. Reason: Adding image of the fluid domain using CDF-post |
|
November 20, 2016, 08:35 |
Problem solved
|
#2 |
New Member
Lucas Ribeiro
Join Date: Aug 2016
Posts: 23
Rep Power: 10 |
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.
|
|
Tags |
ansys., fsi, fsi 2-way coupling, two-way |
|
|
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 22:43 |
implementation of constant water levels as boundary conditions | horn | OpenFOAM Pre-Processing | 2 | October 12, 2015 18:45 |
compressibleInterFoam case – a flat wall air cavity filling up with water | Zeppo | OpenFOAM Running, Solving & CFD | 0 | October 3, 2015 11:01 |
air into box filled with water, outflow for water at bottom | dieterdanger | Fluent Multiphase | 0 | July 16, 2015 17:11 |
How to model Salinity, density, fresh water & sea water | grayback87 | FLUENT | 3 | December 30, 2014 03:00 |