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

135 lines
2.7 KiB
JSON
Raw Permalink 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_prob":
{
"damage_case_prob_tabPage": //破损工况
{
"dam_case_prob_data_grid_view": //装载工况
[
{
"id": string //ID
"type": int //类型
"d":double //吃水d
"at":double //纵倾
"gm":double //初稳性高m
}
],
"dam_region_data_grid_view": //破损区域
[
{
"id": int//区域id
"type": int //破舱个数
"xa_symbol":string //尾端肋位
"xa":double //尾端x坐标
"xf_symbol":string //首端肋位
"xf":double//首端x坐标
"yp":string//横向穿透宽度Yp
"zp":string//垂向穿透深度Zp
}
],
"comp_extent_data_grid_view": //舱室位置范围
[
{
"id": string//舱室id
"space_id": string//几何名称
"xmin": double
"xmax": double
"ymin": double
"ymax": double
"zmin": double
"zmax": double
}
],
"dam_comp_prob_data_grid_view": //破损舱室组合
[
{
"id": string, //完整工况ID
"compartment_ids": string, //破损舱室组合
}
]
},
"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": ""
}
]
}
}
}