KR Webzine Vol.150
- Dec. 2021
- Nov. 2021
- Oct. 2021
- Sep. 2021
- Aug. 2021
- Jul. 2021
- Jun. 2021
- May. 2021
- Apr. 2021
- Mar. 2021
- Feb. 2021
- Jan. 2021
- Dec. 2020
- Nov. 2020
- Oct. 2020
- Sep. 2020
- Aug. 2020
- Jul. 2020
- Jun. 2020
- May. 2020
- Apr. 2020
- Mar. 2020
- Feb. 2020
- Jan. 2020
- Dec. 2019
- Nov. 2019
- Oct. 2019
- Sep. 2019
- Aug. 2019
- Jul. 2019
- Jun. 2019
- May. 2019
- Apr. 2019
- Mar. 2019
- Feb. 2019
- Jan. 2019
- Dec. 2018
- Nov. 2018
- Oct. 2018
- Sep. 2018
- Aug. 2018
- Jul. 2018
- Jun. 2018
- May. 2018
- Apr. 2018
- Mar. 2018
- Feb. 2018
- Jan. 2018
- Dec. 2017
- Nov. 2017
- Oct. 2017
- Sep. 2017
- Aug. 2017
- Jul. 2017
- Jun. 2017
- May. 2017
- Apr. 2017
- Mar. 2017
- Feb. 2017
- Jan. 2017
- Dec. 2016
- Nov. 2016
- Oct. 2016
- Sep. 2016
- Aug. 2016
- Jul. 2016
- Jun. 2016
- May. 2016
- Apr. 2016
- Mar. 2016
- Feb. 2016
- Jan. 2016
- Dec. 2015
- Nov. 2015
- Oct. 2015
- Sep. 2015
- Aug. 2015
- Jul. 2015
- Jun. 2015
- May. 2015
- Apr. 2015
- Mar. 2015
- Feb. 2015
- Jan. 2015
- Dec. 2014
- Nov. 2014
- Oct. 2014
- Sep. 2014
- Aug. 2014
- Jul. 2014
- Jun. 2014
- May. 2014
- Apr. 2014
- Mar. 2014
- Feb. 2014
- Jan. 2014
- Dec. 2013
- Nov. 2013
- Oct. 2013
- Sep. 2013
- Aug. 2013
- Jul. 2013
- Jun. 2013
- May. 2013
- Apr. 2013
- Mar. 2013
- Jan. 2013
- Dec. 2012
- Nov. 2012
- Oct. 2012
- Sep. 2012
- Aug. 2012
- Jul. 2012
- Jun. 2012
- May. 2012
- Apr. 2012
- Mar. 2012
- Feb. 2012
- Jan. 2012
- Dec. 2011
- Nov. 2011
- Oct. 2011
- Sep. 2011
- Aug. 2011
- Jul. 2011
- Jun. 2011
- May. 2011
- Apr. 2011
- Mar. 2011
- Feb. 2011
- Jan. 2011
- Dec. 2010
- Nov. 2010
- Oct. 2010
- Sep. 2010
- Aug. 2010
- Jul. 2010
- Jun. 2010
- May. 2010
- Apr. 2010
- Mar. 2010
- Feb. 2010
- Jan. 2010
- Dec. 2009
- Nov. 2009
- Oct. 2009
- Sep. 2009
- Aug. 2009
- Jul. 2009
- Jun. 2009
- May. 2009
- Apr. 2009
- Mar. 2009
- Feb. 2009
- Jan. 2009
- Dec. 2008
- Nov. 2008
- Oct. 2008
- Sep. 2008
- Aug. 2008
- Jul. 2008
- Jun. 2008
- May. 2008
- Apr. 2008
- Mar. 2008
- Feb. 2008
08
August 2020
-
KR Inside
- KR, Hyundai Mipo and KMT sign MOU to develop ballast-free containership
- KR grants AIP for anchor handling tug developed by HHI
- KR successfully completes development of LNGC design with big 3 shipyards
- KR signs MOU with University of West Attica
- KR Cyber Security Newsletter
- Bespoke Technical Seminar
- KR Survey Site News
- KR R&D Trends
- Technical News
1. Introduction
The ship design process consists of several processes such as initial/structural/detailed design, approval, production, and management, and suitable software is used for the purpose of each process. Each software has its own information, and these information are managed as specific file format. Therefore, data must be input according to the used software, and there is inconvenience that it need to input data for the same one.
Shipbuilding design has adopted the use of 3D CAD system for 10 years and it is possible to visualize realistic graphics and manage efficiently more information than past. In order to calculate rule requirements for classification approval, the information in shipyards CAD system should be entered into the classification software. These data consist of 3D modeling data which requires a lot of time when inputting, and data inconsistency can be caused due to user input errors. In addition, it is necessary to update the changed design scantling and property to the 3D CAD system after calculating requirements in the classification software. If whether such design iteration('Fig1') is repeated or in case of large vessel , it takes a lot of time and effort. To improve design efficiency and competitiveness, the development of a standard format that can increase data utilization has actively conducted by major classifications and CAD companies recently.
*SeaTrsut-HullScan : Software that supports calculation of the requirements of CSR and KR rule and released in 2014, it is widely used in shipyards and design offices.
KR has developed the KR standard format (KRStandardXML) to increase data utilization and enable software interface to improve work efficiency. And user library that can easily handle KRStandardXML will be provided.
2. Detail of KRStandardXML
KRStandardXML adopts XML(Extensible Markup Language) file for data storage. XML is a format intended for data transfer, and is the most widely used format. XML also has the advantage of being human readable even without dedicated software. XML data must be expressed in the same format for the same data. These expression rule is contained in schema file called XSD(XML Schema Definition) file. Users can identify the format and data contained in XML through schema files, and read/write XML file through XSD file. Even a schema file is defined, it is essential to develop a library in order to use XML file in software, and if the schema file is complex, it takes considerable difficulty and time to develop the library.
Therefore, user library for easy use of KRStandardXML is provided in place of schema file distribution. User can read/write KRStandardXML by using the library, and can easily develop related applications by employing the library in the software. 'Fig.2' shows work flow diagram of the library of KRStandardXML.
In the development of KRStandardXML, it is impossible to include all information related to the ship, so the first version of KRStandardXML includes necessary data which can carry on calculation of rule scantling via SeaTrsut-HullScan. The main data are arrangement, section including plate and stiffener, compartment, load, and corrosion(‘Fig. 3’). The information is expressed in the defined XML format, and the user can easily construct data and use for various purposes by the provided user library.
The most important thing in data sharing using standard format is to express and maintain original data without distortion. In order to check the data consistency, the calculation results of performing rule scantling in SeaTrust-HullScan on the original data and KRStandardXML had compared (‘Fig. 4’). The requirements of CSR is applied to each of bulk carrier and tanker, and the results are compared for section modulus, loading, yield stress evaluation, buckling analysis, and fatigue analysis. The exactly same results of CSR requirements is verified for all checked items. It is considered KRStandardXML can express equally the original data and keep data consistency.
3. Expected Effect
KR provides a variety of technical software for ship design and evaluation. Since each of these software has a unique format, it is impossible to share information between software. Now, data compatibility between software is possible using KRStandardXML, which can reduce data input time and increase utilization and work efficiency through interface between software.
KRStandardXML is an open format and can be used not only internally but externally, and is expected to significantly improve work efficiency through the interface between shipbuilding software and classification software. Data of most shipyard software and classification software is not compatible in spite of using the same modeling data of ship, so each software must be input and modified design information must be updated. These tasks require considerable time and can cause user input error. Using KRStandardXML, it is possible to greatly improve work productivity through linkage with external software and classification software, and at the same time to perform calculation and evaluation with keeping data consistency.
The first released version of KRStandardXML has data that can perform rule scantling, and plans to expand and update the format to meet the requirements. KR hope to enhance the user productivity and efficiency by strengthening the interface between software. In addition, KRStandardXML is expected that it can have positive synergy with collaboration between KR software and external software.