forked from Open-MBEE/TMT-SysML-Model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (53 loc) · 4.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>TMT SysML Model by Open-MBEE</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">TMT SysML Model</h1>
<h2 class="project-tagline">Thirty Meter Telescope System Model in SysML</h2>
<a href="https://github.com/Open-MBEE/TMT-SysML-Model" class="btn">View on GitHub</a>
<a href="https://github.com/Open-MBEE/TMT-SysML-Model/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/Open-MBEE/TMT-SysML-Model/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-the-thirty-meter-telescope-sysml-model" class="anchor" href="#welcome-to-the-thirty-meter-telescope-sysml-model" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to the Thirty Meter Telescope SysML model</h3>
<p>The Thirty Meter Telescope (TMT)system that is currently being
developed by the TMT Observatory Corporation. The main objective for the TMT related
analysis is to provide state-dependent power roll-ups
for different operational scenarios and demonstrate that requirements are satisfied by the design as well as mass roll-ups and duration analysis of the operational use cases.</p>
<p><img src="http://ec2-52-8-144-112.us-west-1.compute.amazonaws.com/sites/default/files/imagecache/Large/images/gallery/top%20view%20of%20tmt%20complex.jpg" alt="TMT"></p>
<p>The core of the system is a wide-field,altitude-azimuth
Ritchey-Chretien telescope with a 492 segment, 30 meter diameter primary mirror, a fully active secondary mirror and an
articulated tertiary mirror. The Alignment and Phasing System is a Shack-Hartmann
(SH) wavefront sensor responsible for the overall pre-adaptive optics wavefront quality of the
TMT.</p>
<p>The model is built with an approach to model-based
systems analysis with SysML that is both rigorous and automated. The approach supports the kind of system analysis we mentioned
earlier, i.e., requirements verification. The approach’s rigor is established with a modeling
method that is an extension of INCOSE’s Object Oriented Systems Engineering
Method (OOSEM). The extension, dubbed Executable System
Engineering Method (ESEM), proposes a set of analysis design patterns that are specified with
various SysML structural, behavioral and parametric diagrams. The purpose of the patterns spans
the formalization of requirements, traceability between requirements and design artifacts,
expression of complex parametric equations, and specification of operational scenarios for
testing requirements including design configurations and scenario drivers. Furthermore, the
approach is automated in the sense that the analysis models can be executed. The execution of
the parametric diagrams is done with a parametric solver, where the execution of the behavioral
diagrams is done with a simulation engine based on standard execution semantics.</p>
<p>An overview of system level simulation in general and the purpose of this model in particular you can find in this <a href="https://www.youtube.com/watch?v=MLa8IVuJeBc">video</a></p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/Open-MBEE/TMT-SysML-Model">TMT SysML Model</a> is maintained by <a href="https://github.com/Open-MBEE">Open-MBEE</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>