An Object Oriented C++ Program for Free Vibration Analysis of Framed Structures

뼈대구조물(構造物)의 자유진동해석(自由振動解析)을 위한 객체지향(客體指向) c++ 프로그램

  • 신영식 (영남대학교 공과대학 토목공학과) ;
  • 서진국 (영남대학교 공업기술연구소)
  • Received : 1993.11.01
  • Published : 1994.01.31

Abstract

This paper describes a $C^{{+}{+}}$ free vibration analysis program of structures for personal computer. This program was developed by object oriented programming method which is the latest trend in programming practice. The object-oriented programming method which has the superior reuseability and expansibility to procedural programming provides various choice of menus and easy modification of the program, and reduces the development time and size of the program. This object-oriented free vibration analysis program written in $C^{{+}{+}}$ language consists of Vector and Matrix classes, Structural Analysis and GUI classes. The efficiency and validity of the program were examined by solving several numerical examples. The static and free vibration analyses of the framed structures were satisfactorily performed by this program on a personal computer.

본 연구에서는 기존의 구조적 프로그래밍 방법의 단점들을 개선한 새로운 객체지향 프로그래밍기법으로 구조물의 정적해석과 자유진동해석이 가능한 PC용 $C^{{+}{+}}$ 구조해석 프로그램을 개발하였다. 객체지향 프로그램은 기존의 구조적 프로그램에 비하여 프로그램의 재사용성 및 확장성이 뛰어나므로 프로그램의 수정과 개발이 용이하고 다양한 지능과 메뉴선택을 제공하며 소프트웨어의 개발시간과 프로그램의 크기를 줄일 수 있다. 본 연구에서 개발한 객체지향 자유진동해석 프로그램은 벡터 및 행렬의 연산을 수행하는 VECTOR 및 MATRIX클래스, 뼈대 구조물의 자유진동해석을 위한 STRU클래스 및 사용자 환경을 위한 GUI클래스로 구성되며 모든 프로그램은 객체지향 언어인 $C^{{+}{+}}$로 작성되었다. 여러가지 예제해석을 통하여 본 연구에서 개발된 객체지향 $C^{{+}{+}}$ 자유진동해석 프르그램의 효율성과 타당성을 검증하였다.

Keywords