fricODE.dot 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. // CBD model of the fricODE block
  2. // Created with CBD.converters.CBDDraw
  3. digraph model {
  4. splines=ortho;
  5. label=<<B>fricODE (CBD)</B>>;
  6. labelloc="t";
  7. fontsize=20;
  8. node_219186512 [label="v", shape=none];
  9. inter_219342608_OUT1 -> node_219186512 [headlabel="", arrowhead="normal", arrowtail="none", dir=both];
  10. node_220161328 [label="x", shape=none];
  11. inter_219342608_OUT2 -> node_220161328 [headlabel="", arrowhead="normal", arrowtail="none", dir=both];
  12. node_219342608 [label="CBD\n(RK)", shape=Msquare];
  13. inter_222926448_OUT1 -> node_219342608 [headlabel="k", arrowhead="normal", arrowtail="none", dir=both];
  14. inter_220133104_time -> node_219342608 [headlabel="time", arrowhead="normal", arrowtail="none", dir=both];
  15. inter_220133104_rel_time -> node_219342608 [headlabel="rel_time", arrowhead="normal", arrowtail="none", dir=both];
  16. inter_220133104_delta -> node_219342608 [headlabel="h", arrowhead="normal", arrowtail="none", dir=both];
  17. inter_219556304_OUT1 -> node_219342608 [headlabel="IC1", arrowhead="normal", arrowtail="none", dir=both];
  18. inter_222606864_OUT1 -> node_219342608 [headlabel="IC2", arrowhead="normal", arrowtail="none", dir=both];
  19. inter_219342608_OUT1 [shape=point, width=0.01, height=0.01];
  20. node_219342608 -> inter_219342608_OUT1 [taillabel="OUT1", arrowtail="invempty", arrowhead="none", dir=both];
  21. inter_219342608_OUT2 [shape=point, width=0.01, height=0.01];
  22. node_219342608 -> inter_219342608_OUT2 [taillabel="OUT2", arrowtail="invempty", arrowhead="none", dir=both];
  23. inter_219342608_h_new [shape=point, width=0.01, height=0.01];
  24. node_219342608 -> inter_219342608_h_new [taillabel="h_new", arrowtail="invempty", arrowhead="none", dir=both];
  25. node_220133104 [label="Clock\n(clock)", shape=Msquare];
  26. inter_219341456_OUT1 -> node_220133104 [headlabel="h", arrowhead="normal", arrowtail="none", dir=both];
  27. inter_220133104_time [shape=point, width=0.01, height=0.01];
  28. node_220133104 -> inter_220133104_time [taillabel="time", arrowtail="invempty", arrowhead="none", dir=both];
  29. inter_220133104_rel_time [shape=point, width=0.01, height=0.01];
  30. node_220133104 -> inter_220133104_rel_time [taillabel="rel_time", arrowtail="invempty", arrowhead="none", dir=both];
  31. inter_220133104_delta [shape=point, width=0.01, height=0.01];
  32. node_220133104 -> inter_220133104_delta [taillabel="delta", arrowtail="invempty", arrowhead="none", dir=both];
  33. node_221342480 [label=" ConstantBlock\n(HIC)\n0.1", shape=ellipse];
  34. inter_221342480_OUT1 [shape=point, width=0.01, height=0.01];
  35. node_221342480 -> inter_221342480_OUT1 [taillabel="OUT1", arrowtail="invempty", arrowhead="none", dir=both];
  36. node_222123920 [label="DelayBlock\n(HDelay)", shape=box];
  37. inter_219342608_h_new -> node_222123920 [headlabel="IN1", arrowhead="normal", arrowtail="none", dir=both];
  38. inter_221342480_OUT1 -> node_222123920 [headlabel="IC", arrowhead="normal", arrowtail="none", dir=both];
  39. inter_222123920_OUT1 [shape=point, width=0.01, height=0.01];
  40. node_222123920 -> inter_222123920_OUT1 [taillabel="OUT1", arrowtail="invempty", arrowhead="none", dir=both];
  41. node_222606864 [label=" ConstantBlock\n(x0)\n0.0", shape=ellipse];
  42. inter_222606864_OUT1 [shape=point, width=0.01, height=0.01];
  43. node_222606864 -> inter_222606864_OUT1 [taillabel="OUT1", arrowtail="invempty", arrowhead="none", dir=both];
  44. node_219556304 [label=" ConstantBlock\n(v0)\n0.0", shape=ellipse];
  45. inter_219556304_OUT1 [shape=point, width=0.01, height=0.01];
  46. node_219556304 -> inter_219556304_OUT1 [taillabel="OUT1", arrowtail="invempty", arrowhead="none", dir=both];
  47. node_222926448 [label=" ConstantBlock\n(k)\n0.03", shape=ellipse];
  48. inter_222926448_OUT1 [shape=point, width=0.01, height=0.01];
  49. node_222926448 -> inter_222926448_OUT1 [taillabel="OUT1", arrowtail="invempty", arrowhead="none", dir=both];
  50. node_219344304 [label=" ConstantBlock\n(H)\ninf", shape=ellipse];
  51. inter_219344304_OUT1 [shape=point, width=0.01, height=0.01];
  52. node_219344304 -> inter_219344304_OUT1 [taillabel="OUT1", arrowtail="invempty", arrowhead="none", dir=both];
  53. node_219341456 [label="MinBlock\n(Min)", shape=box];
  54. inter_219344304_OUT1 -> node_219341456 [headlabel="IN1", arrowhead="normal", arrowtail="none", dir=both];
  55. inter_222123920_OUT1 -> node_219341456 [headlabel="IN2", arrowhead="normal", arrowtail="none", dir=both];
  56. inter_219341456_OUT1 [shape=point, width=0.01, height=0.01];
  57. node_219341456 -> inter_219341456_OUT1 [taillabel="OUT1", arrowtail="invempty", arrowhead="none", dir=both];
  58. }