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 进入本地管理

  • 相关阅读:
    经验大奉献。收集您的经验之你用什么方法提高.NET网站的性能!
    [书]:asp.net 2.0 高级编程(微软技术丛书)
    VS 2008 快捷键
    [书]:《Improving ASP.NET Performance》提高系统性能
    [书]:<<软件工程导论>> 听说很好,不知是真的否.
    [转] C#编码好习惯,献给所有热爱c#的同志
    [书]:UML和模式应用
    在后台代码里写 JS语句.
    查看和修改MTU值
    Lucene.NET搜索多个索引文件
  • 原文地址:https://www.cnblogs.com/iamgoodman/p/3373490.html
Copyright © 2011-2022 走看看