What is axiomatic design?
Hierarchic functional and physical top down composition supporting synthesis
Functional coupling
descriptive method?
describing how things are done in practice
prescriptive method?
Exactly what should to and how to do it
what is design?
An interaction process where we are going between WHAT (functional requirements) we and to a achieve and HOW (design p?) we will achieve this
Axiomatic hierarchic FR-DP decomposition?
mapping between functional domain to the physical domain
what is functional interference?
When two functions realized by the solution is coupled or functionally dependent
what is good characteristics?
Axiom 1.
The independence axiom:
- maintain independence between functional requirements and solutions
Axiom 2.
The information axiom:
—> simplicity
—> minimize the information content
definition of an axiom?
Principals always true and impossible to falsify
physical integration?
Might be good but not always
- To inegrate to uncoupled functional requirement is good according to
what is design parameters?
NOT the same thing as a component structure,
might be e.g.a hole
map between functional domain and physical domain?
E.G. FRs: -Toast bread —> heat bread —> handle bread —> carry parts
DPs: - Toaster —> heating systems —> Load/eject system —> Chassis
Each FRs can map to one DPs
Most important:
2. Minimize the number of FRs and DPs
Functional coupling analysis?
Linear systems?
If DPs influences all FRs
—> axiom 1 is not fulfilled
—> completely coupled design
—> functional interferences
Uncoupled design?
diagonal symmetric a matrix —> each DP influences only its own FR —> axiom 1 is fulfilled
Semi-coupled design?
lower symmetric matrix(?)
Each FR can be fulfilled “independently” of each other if it is for in correct order”
design synthesis and analysis?
More FR:s than DPs?
Theorem 2
Theorem 2?
More FRs than DPs but triangular sub-matrix
—> solution can be decoupled by adding DPs so that the number of FRs= the number of DPs
More DPs than FRs?
Theorem 3?
If the number of DPs bigger than FRs the design solution is coupled orreduntant
Theorem 4?
The ideal design solution the
- FR=DP
Theorem 5?
If FRs for an existing design solution are changed or added, the existing solution can not fulfill the new FRs
A new/ modified solution must be developed
What does Axiomatic design synthesis strive for?
Uncoupled or semi-coupled design solutions
- diagonal or triangular matrices
Axiomatic design analysis and evaluation?