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

78 lines
1.5 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.

{
"hydro":
{
"binf_tabpage1": //基本信息
{
"binf_data_grid_view": //计算参数
[
{
"paramid": string, //标识
"unit": string, //单位
"caption": ""string, //名称
"value_type": string, //类型
"value": string, //值
"remark": string //说明
}
],
"shell_data_grid_view": //船壳
[
{
"id": string, //标识
"shell_id": string, //三维图元名称
"type": int, //类型 1主船体2附体
"shell_affect": int, //船壳计入方式 1船壳系数2平均板厚
"affect_coef": double, //船壳参数
"remark": string//备注
}
]
"ship_lpp":
"ship_l":
"ship_d":
"ship_b":
"ship_density":
},
"hydro_floodpoint_tabpage3": //船型特征点
{
"flood_point_data_grid_view"://进水点
[
{
"id": string, //位置id
"xsymbol": string, //x
"y": double,
"z": double
}
],
"immersion_point_data_grid_view": //浸没点(浸水点)
[
{
"id": string, //位置id
"xsymbol": string, //位置id
"y": double,
"z": double,
"compartment": string //关联舱室
}
],
"limit_static_point_data_grid_view": //出水入水点
[
{
"id": string, //位置id
"xsymbol": string, //横剖面id
"y1": double, //入水点y
"z1": double, //入水点z
"y2": double", //出水点y
"z2": double //出水点z
}
],
"deckline_data_grid_view": //舱壁甲板边线
[
{
"id": string, //节点id
"xsymbol": string,
"y": double,
"z": double
}
]
}
}
}