COMPASSi/trunk/doc/设计文档/Json数据/船舶稳性计算模型json/破损稳性.json

106 lines
2.0 KiB
JSON
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.

{
"damage":
{
"damage_case_tabPage19": //破损工况
{
"dam_case_data_grid_view": //
[
{
"id": string //完整工况id
"remark": string //备注
}
],
"dam_compartment_data_grid_view": //
[
{
"id": "", //完整工况ID
"compartment_ids": "", //破损舱室组合
}
]
},
"tank_cap_compartment_tabPage20": //舱室
{
"compartment_data_grid_view": //舱室
[
{
"id": "", //舱室id
"coef": "", //舱容系数
"sid": "", //舱室序号
"remark": "", //备注
"space_id": "", //几何名称
"type": "", //类型
"permeability": "", //渗透率
"density": "", //默认密度
"flood_points": "" //关联进水点
}
]
},
"binf_tabpage1": //基本信息
{
"binf_data_grid_view": //计算参数
[
{
"paramid": "", //标识
"unit": "", //单位
"caption": "", //名称
"value_type": "", //类型
"value": "", //值
"remark": "" //说明
}
],
"shell_data_grid_view": //船壳
[
{
"id": "", //标识
"shell_id": "", //三维图元名称
"type": "", //类型 1主船体2附体
"shell_affect": "", //船壳计入方式 1船壳系数2平均板厚
"affect_coef": "", //船壳参数
"remark": ""//备注
}
]
},
"hydro_floodpoint_tabpage3": //船型特征点
{
"flood_point_data_grid_view"://进水点
[
{
"id": "", //位置id
"xsymbol": "", //x
"y": "",
"z": ""
}
],
"immersion_point_data_grid_view": //浸没点(浸水点)
[
{
"id": "", //位置id
"xsymbol": "", //位置id
"y": "",
"z": "",
"compartment": "" //关联舱室
}
],
"limit_static_point_data_grid_view": //出水入水点
[
{
"id": "", //位置id
"xsymbol": "", //横剖面id
"y1": "", //入水点y
"z1": "", //入水点z
"y2": "", //出水点y
"z2": "' //出水点z
}
],
"deckline_data_grid_view": //舱壁甲板边线
[
{
"id": "", //节点id
"xsymbol": "",
"y": "",
"z": ""
}
]
}
}
}