summaryrefslogtreecommitdiff
path: root/wiki/aerospace/v-model.org
blob: 6addaca94f616a0f6accecedae98368513a3607c (plain)
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
# -*- mode: org; -*-

#+TITLE: V-model
#+SUBTITLE: Guidelines For Development Of Civil Aircraft and Systems.
#+AUTHOR: Marius Peter
#+DATE: <2022-02-11 Fri>
#+EMAIL: mlnp@tuta.io
#+OPTIONS: toc:nil

#+KEYWORDS: aerospace, systems, development, engineering, model

#+TOC: headlines 2


#+begin_abstract
The V-model represents the lifecycle of a system's development.
#+end_abstract


* TODO Representation

This is the graphical representation of the v-model.

#+NAME: v-model
#+BEGIN_SRC plantuml :file ../images/v-model.png :cache yes
    @startuml
  !theme cerulean-outline
    actor       Operator  as operational
    collections Functions as functional
    control     Logic     as logical
    boundary    Physical  as physical

    operational -> functional: Requirements
    functional -> logical: Specification
    logical -> physical: Build plan
    physical -> logical
    logical -> functional
    functional -> operational
#+END_SRC

#+RESULTS[7e1fc2faaeb214ca241c5b4126d06cab1818ac52]: v-model
[[file:../images/v-model.png]]
Copyright 2019--2026 Marius PETER