개방형BIM 기반의 건축설계 적법성 평가 자동화 기술 및 응용기술 개발
Development of OpenBIM based Architectural Design Code Checking and Evaluation Technology
  Welcome to BIM - 2nd Project Website - Yonsei University
PAGE MENU  
전체법규 - 법규데이터베이스
- 대한민국 전체 법규 목록
- 설계품질검토 대상 관련법규
- 관련법규 변동 현황
대상법규 - 문장 논리규칙체계화
- 조항단위 논리규칙체계
- 문장단위 논리규칙체계
주어부 - 객체.속성 데이터베이스
- 법규로부터의 객체.속성 분류
- 명칭DB: 객체 | 객체및속성
서술부 - 함수 데이터베이스
- 논리규칙화 함수 분류
- 논리규칙화 함수 DB
관계부 - 문장 내.외 관계논리
- 문장 내.외 관계유형분류
- 문장 내.외관계 논리체계화
문장단위 | 체크리스트 단위
KBimCode 데이터베이스
- KBimCode Lang. Definition
- KBimCode Editor:
전체 개발항목 단위
우선순위 개발항목 단위
- KBimCode DB 2단계:
문장단위 | 조항단위 |
분야/용도/단계 체크리스트 단위
- KBimLogic Applications
KBimAssess Code 데이터베이스
- Executable KBimAssess Code
- KBimCode-Assess 연동모듈
 
설계품질검토용 건축법 및 관련법규 - KBIMCode (조항단위)
    1      
1 / 1 page Total 1 records    신규입력    |    엑셀저장
Select
ALL
None
#
ID
법규 및 조항 KBimCode 변환
1
비상경보설비 및 단독경보형감지기의 화재안전기준(NFSC 201) 제 5 조
제5조(단독경보형감지기) 단독경보형감지기는 다음 각 호의 기준에 따라 설치하여야 한다. <개정 2012.8.20>
1. 각 실(이웃하는 실내의 바닥면적이 각각 30㎡ 미만이고 벽체의 상부의 전부 또는 일부가 개방되어 이웃하는 실내와 공기가 상호유통되는 경우에는 이를 1개의 실로 본다)마다 설치하되, 바닥면적이 150㎡를 초과하는 경우에는 150㎡마다 1개 이상 설치할 것
2. 최상층의 계단실의 천장(외기가 상통하는 계단실의 경우를 제외한다)에 설치할 것



//     비상경보설비의 화재안전기준(NFSC 201) 5조 (단독경보형감지기)
Check(NFSC201_5){
     KS
}

KS{
     getResult(NFSC201_5_1) = TRUE
     getResult(NFSC201_5_2) = TRUE
     getResult(NFSC201_5_4) = TRUE
}


//     비상경보설비의 화재안전기준(NFSC 201) 5조 (단독경보형감지기) 1호

Check(NFSC201_5_0_1){

     IF (CS1 THEN KS1) OR (CS2 THEN KS2)

}



CS1{

     Room myRoom{

          getFloorArea(Room) <= 150m2

     }



     Room myRoom2{

          isAdjacent(myRoom, Room) = TRUE

     }



     getFloorArea(myRoom2) <= 30m2

}



KS1{

     Room myRoom{

          getFloorArea(Room) <= 150m2

     }



     Room myRoom2{

          isAdjacent(myRoom, Room) = TRUE

     }



     SelfcontainedTypeFireAlarmDevice mySelfcontainedTypeFireAlarmDevice{

          hasSpace(myRoom, SelfcontainedTypeFireAlarmDevice) = TRUE

     }



     isExist(mySelfcontainedTypeFireAlarmDevice) = TRUE

}



CS2{

     Room myRoom{

          getFloorArea(Room) > 150m2

     }



     Room myRoom2{

          isAdjacent(myRoom, Room) = TRUE

     }



     getFloorArea(myRoom2) <= 30m2

}



KS2{

     Room myRoom{

          getFloorArea(Room) > 150m2

     }



     Room myRoom2{

          isAdjacent(myRoom, Room) = TRUE

     }

Sensor mySensor{
isObjectProperty(Sensor.isSelfcontainedTypeFireAlarmDevice) = TRUE
          hasSpace(myRoom, Sensor ) = TRUE
}



     isInstalled(myRoom, mySelfcontainedTypeFireAlarmDevice, c, 150m2) = TRUE

}


//     비상경보설비의 화재안전기준(NFSC 201) 5조 (단독경보형감지기) 2호

Check(NFSC201_5_0_2){

     KS

}



KS{

     Ceiling myCeiling{

          hasSpace(Building.TopFloor.Stair.Space, Ceiling) = TRUE

     }
Sensor mySensor{
isObjectProperty(Sensor.isSelfcontainedTypeFireAlarmDevice) = TRUE
}


     isInstalled(myCeiling, mySensor) = TRUE

}




    1      
 

Related Sites

국토부 BIM과제-1st  |   Ministry of Land, Infrasrtucture and Transport   |   Korea Agency for Infrastructure Technology Advancement  |   Space and Design IT Lab   |   Yonsei University
This is Design IT Lab server's restricted area. Authorized users could access this website.