惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

小众软件
小众软件
T
The Blog of Author Tim Ferriss
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog
L
LangChain Blog
博客园_首页
Vercel News
Vercel News
月光博客
月光博客
B
Blog RSS Feed
S
SegmentFault 最新的问题
博客园 - Franky
C
Check Point Blog
A
About on SuperTechFans
Stack Overflow Blog
Stack Overflow Blog
J
Java Code Geeks
F
Fortinet All Blogs
Recent Announcements
Recent Announcements
Y
Y Combinator Blog
罗磊的独立博客
D
Docker
酷 壳 – CoolShell
酷 壳 – CoolShell
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
WordPress大学
WordPress大学

博客园 - 西北逍遥

实验启动指令 yolov8-pose监测人体关节并保存关节坐标 osg3.6绘制半球体 kinova jaco2 机械臂控制器故障灯闪烁(双绿灯)问题解决方法 IFC标准在学术界的研究与发展历程:从理论探索到产业实践的全面梳理IFC标准在学术界的研究与发展历程:从理论探索到产业实践的全面梳理 BIM的“普通话”:解密IFC标准如何重塑建筑行业 IfcCrewResource Qt重置 Brush pyqt 操作mysql数据库 Qt折线的显示与隐藏 Qt绘制折线 c++ Qt绘制传热云图 livox mid-70采集点云数据 随机配色 学习:LED灯闪烁 win10安装neo4j-community-3.5.7-windows win10安装MongoDB 3.0.15 Community python把图片合并成gif图 ubuntu20.04测试cuda start.bat Djstra求解最短路径
泵仿真
西北逍遥 · 2025-12-31 · via 博客园 - 西北逍遥

泵仿真

pipeInputDict

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2012                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      pipeInputDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
U_GLOBAL 1.0;
T_GLOBAL 300.0;
P_GLOBAL 1000000.0;


Pipe8{
    Dh    0.326;
    A_ht    0.0;
    N    200;
    L    0.95;
    A_flow    0.25604;
    endPoint    2.5166;
    endElevation    0.383;
    startPoint    1.5666;
    startElevation    0.162;
    connection (Pump1_end  bc);
    U_end_BC  "type zeroGradient;";
    p_rgh_end_BC  "type fixedValue;value uniform 1000000.0;";
    T_end_BC  "type fixedValue;value uniform 300.0;";
    theta    0;
}

Pump1{
    Dh    0.326;
    A_ht    0.0;
    N    200;
    L    1.5666;
    A_flow    0.25604;
    endPoint    1.5666;
    endElevation    0.162;
    startPoint    0.0;
    startElevation    0.0;
    connection (bc  Pipe8_start);
    U_start_BC  "type fixedValue;value uniform (1 0 0);";
    p_rgh_start_BC  "type zeroGradient;";
    T_start_BC  "type fixedValue;value uniform 300.0;";
    theta    0;
}

fvOptions

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2012                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      fvOptions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


flow1
{
    type            flow;
    active true;
    selectionMode cellZone;
    cellZone Pipe8;
}



Pump1
{
    type    pump;
    activate    true;

    selectionMode    cellZones;
    cellZones    (Pump1);

    pumpCurve    table
    (
            (0 0)
            (100 5)
    );
    rpmCurve    table
    (
            (0 100)
            (100 120)
    );
}

0f16e3230d886227857de4af93059970

##############################

QQ 3087438119

posted @ 2025-12-31 22:43  西北逍遥  阅读(19)  评论()    收藏  举报