Vecolity flux units in different files

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Li Xia
Posts: 6
Joined: Sun Sep 03, 2023 12:14 am

Vecolity flux units in different files

Post by Li Xia » Wed May 22, 2024 8:39 am

Hello,

When I used svFSI to do a simple cylindrical model simulation, I input a steady flow (in mm/s) into the inlet (Area = 12.49mm^2), as shown below. But the flux in the result file B_NS_Velocity_flux is about 7.75. I am not sure what is the unit of flow here.

Code: Select all

   Add BC: inlet {
      Type: Dir
      Time dependence: Steady
      Value: 1.249689
      Profile: Parabolic
   }
B_NS_Velocity_flux.PNG
B_NS_Velocity_flux.PNG (13.87 KiB) Viewed 19994 times
Any help will be appreciated.
Lina

User avatar
David Parker
Posts: 1615
Joined: Tue Aug 23, 2005 2:43 pm

Re: Vecolity flux units in different files

Post by David Parker » Wed May 22, 2024 10:13 am

Hi Lina,

The svFSI solver has no implicit units although some default values (e.g. density) use CGS. You just need to make sure that your mesh units are consistent with your parameter units. Note that you can scale your mesh to match your parameter units using the Mesh scale factor parameter.

Cheers,
Dave

POST REPLY