Modelling & Simulatio Of Engineering System Flashcards

1
Q

Combien de type de modelisation et quoi ?

A

Continue M&S
Discrete M&S
Multi-body M&S

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Process modelling VS simulation

A

Physical system —> Modelling —> mathematical model—> Model Compilation—> Simulation program—> Trajectory behavior

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Les differents types d’équation

A

Differential equations contain time derivatives such as dx/dt, usually denoted 𝑥̇

𝑥̇=𝑎.𝑥+3

Algebraic equations do not include any differentiated variables

𝑥^2+𝑦^2 =𝐿^2

Partial differential equations contain derivatives with respect to other variables than time

𝜕𝑎/𝜕𝑡=(𝜕^2 𝑎)/(𝜕𝑧^2 )

Difference equations express relations between variables, for example at different points in time

𝑥(𝑡+1)=3𝑥(𝑡)+2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Diff entre continuous time et discrete time

A

Continuous-Time (A): A dynamic model whose variable values evolve continuously over time. It is represented by differential equations with time derivatives of some model variables.

Discrete-Time (B): A dynamic model whose variable values evolve only at discrete points in time. It is represented by sets of difference equations, or as computer programs mapping the state of the model at one point in time to the state at the next point in time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Difference entre Acausal Physical Modelling

et Causal Block-Oriented Modelling

A

Acausal Physical Modelling:
Close to the real circuit
No signal flow

Causal Block-Oriented Modelling
Physical topology is lost
Signal flows
Different definitions of components (Res1, Res2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Comment modeliser un système electrique ?

A

loi des noeuds

loi des mailles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Qu’est ce que modelica et que sais-tu dessus ?

A

Language – Modelica is not a software

Multi-domain modelling – Combine electrical, mechanical, thermodynamic, hydraulic…

Object-Oriented – Everything is a class and OO concepts such as inheritance

Visual component programming – Graphical modelling in addition to equation-based modelling

Multi-level modelling - Hierarchical systems architecture

Standardised – The Modelica Association specifies and maintains the language

Non-proprietary – No single owner, many implementations in proprietary (Dymola, Worlfram SystemModeler, LMS…) and non-propriertary (OpenModelica, JModelica,…) tools

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Comment on peut représenter un systeme sur modelica

A

de deux manières: représentatio graphique et avec du code:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Est ce que le langage modelica est orienté objet ?

A

oui

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

quel type de modelling est system modeler

A

a continuous modeler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

quel type de modelling est stateflow

A

a discrete modeler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

que doit on faire pour l’utiliser

A

1) Define States
- déterminer les différents modes avant de faire la modelisation

2) Define States Hierachy
- Déterminer les différences entre les modes et faire des cubes imbriqués en déterminant les relations hierarchiques entre les nodes

3) Define States Decomposition
The decomposition of a state dictates whether its substates execute exclusively of each other — as exclusive (OR) states — or can be activated at the same time — as parallel (AND) states. No two exclusive (OR) states can ever be active at the same time, while any number of parallel (AND) states

tu dis que Off et ON sont des exclusive (OR) states par exemple (tu def si les états que ta créer sont compatibles ou non)

4) Define State Actions and Variables
At this stage of the workflow for developing Stateflow charts, you must determine if any of your states require local or persistent variables.

la tu dis “mettre FAN1 à 0 quand on appuis sur OFF”

5) Define Transitions
Fan1.off to Fan1.ON when ….
C’est les changement automatiques quoi

6) Define Events
Les événements sont des objets non graphiques qui déclenchent des activités pendant l’exécution d’un diagramme d’état. Selon l’endroit et la manière dont vous définissez les événements, ceux-ci peuvent déclencher une transition, une action à exécuter et un statut d’état à évaluer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Multi-body modelling and simulation can be used for…

x4

A

Kinematics analysis

Dynamics analysis

Rigid bodies

Deformable / Flexible bodies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

un ex de logiciel ?

A

PTC Creo

SystemModeler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Avantage DMU (digital mockup)

A

Eviter les couts de prototypes

assurer la validiter des tests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Qu’apporte le DMU

A

une complete représenation du produit avec différente version durant le développement du produit

  • specification
  • architecture definition
17
Q

Quel type de simulation permettent les DMU(interconnection)

A
– FEM methods
– Specification tests
– System behavior analysis
– Production issues
– Natural interaction (Virtual reality)
18
Q

A quoi peut servir le DMU

A

And can lead to optimization capacity for
– optimal design
– robust design

19
Q

Que permet le DMU en terme de technique ?

A
●Parametrization of a CAD model (reminder)
● Creation of dimensional product family
● Creation and management of topological
product configurations; Creation and
management of multiple views
● Idealization and simplification tools
20
Q

FBS (Gero) ?

A
● Gero proposed a cognitive
model for product definition.
● When investigating a product we
always loop over function,
behavior and structure issues.
● Every product information can
be classified under these
vision
● It is a result of experimental
observation of design
discussions
21
Q

B-rep ?

A

Un objet est représenté par sa surface:

sommets, segments, faces

22
Q

Multiple représentation: a quoi ça sert

A

C’est le fait de représenterdifféremment le produit pour améliorer certaines features. Par exemple la mechnanical reprsentaitonet la electrical représentation d’un produit

23
Q

Quel est le principal probleme ou but de CAD parametric modelling ?

A

The main issue is to control the geometric
model to quickly adapt the geometry via a
selection of parameters.