zoukankan      html  css  js  c++  java
  • an concreate example

    Step 1: Creating Parts

    1. 1. Split the geometry

    2. 2. Create the INLET part.

    3. 3. Create the OUTLET part.

    4. 4. Rename the part comprising the arterial wall to AORTA_WALL.

    5. 5. Extract the feature curve from the inlet and outlet surfaces.

    Step 2: Creating the Material Point

    Geometry > Create Body

    Step 3: Generating the Octree Mesh

    1. Measure the smallest diameter on the aorta geometry.

    2. Assign the mesh sizes.

    3. Specify the parts for prism creation.

    4. Modify the global prism settings.

    5. Compute the mesh.

    6. Examine the mesh: Disable the display of surfaces. Select Solid & Wire.

    7. Use cut planes to examine the mesh.

    Select Wire Frame.

    Select Manage Cut Plane.

    Set the following parameters:

    Enable the display of volumes in the display control tree.

    Select Solid & Wire. Examine the mesh using a cut plane in the X direction.

    Disable Show Cut Plane in the Manage Cut Plane DEZ.

    8. Smooth the mesh.

    9. Check the mesh for any errors that may cause problems during the analysis.

    Step 5: Saving the ProjectSave the geometry and mesh.Select the solver.Set the appropriate boundary conditions.Write the input file for ANSYS FLUENT.

    Further Setup

    1. Material properties

    • Density: 1060 kg/m3

    • Viscosity: 0.0035 kg/m-s

    2. Boundary conditions

    • The transient velocity profile (one cycle) is available with the tutorial example file (AorticInflowWaveform.prof). The profile assumes a cardiac output of 6.8 l/min and 75 beats per minute.


      Note:  Run at least 1.5 cycles to remove the effects of the initial condition.


    • Assume zero pressure at the outlets.

    3. Post-processing

    • The periodic solution can be visualized by plotting the inlet pressure for 3 cycles.

    • Other results of interest include wall shear, static pressure on the wall, and velocities along the length.

    学校学校学校

    mSysGit C:msysgitmsysgitdocgithtmlgit.html

    安装mSysGit 以及Git for windows两个开源免费软件
    BrainRepo

    在网页上点fork 产生fork库
    打开GIT GUI
    菜单->Show SSL key 生成一下
    打开GIT BASH
    cd到目录
    然后执行命令
    git init
    git remote add origin https://账号@bitbucket.org/账号/BrainRepo.git
    然后打开GIT GUI 进入本地管理

  • 相关阅读:
    痛苦之旅——安装Eric4
    如何把自己写的python程序给别人用
    (转)史上最好的Python线程指南
    (转)python编码问题
    Beautiful Soup的一些中文资料
    oracle监听配置
    redhat6.5安装oracle 11g
    《深入浅出MFC》– Document-View深入探讨
    CAS解扰小结
    ts包、表、子表、section的关系
  • 原文地址:https://www.cnblogs.com/iamgoodman/p/3373490.html
Copyright © 2011-2022 走看看