JavaProjectRepo/business-css/关于不同形状设备尺寸信息.md
2026-03-19 11:18:15 +08:00

10 lines
942 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

当前有这些设备类型:
在device表中name为设备名称type为设备类型size为设备尺寸尺寸信息以json格式存储。
name | type | size
扁平槽 | FlatTank | {"width": 40, "height": 15, "length": 100}
圆柱槽 | CylindricalTank | {"height": 120, "diameter": 200}
环形槽 | AnnularTank | {"height": 150, "outer_diameter": 100}
管束槽 | TubeBundleTank | {"height": 200, "outer_diameter": 120}
萃取柱 | ExtractionColumn | {"tray_section": {"height": 800, "diameter": 100}, "lower_expanded": {"height": 50, "diameter": 30}, "upper_expanded": {"height": 150, "diameter": 40}}
流化床 | FluidizedBed | {"expanded_section": {"height": 40, "diameter": 120}, "reaction_section": {"height": 400, "diameter": 60}, "transition_section": {"height": 60}}
锥底环形槽 | ACFTank | {"frustum_bottom": {"height": 30, "bottom_diameter": 20}, "annular_cylinder": {"height": "301", "outer_diameter": 70}}