JavaScript is not enabled in your browser
Objexx Engineering

ObjexxSISAME Input Files

ObjexxSISAME input files are structured YAML-style text files that are human readable and editable. The nested "tree" structure is also used in the ObjexxSISAME GUI model editor.

Here is the ObjexxSISAME input file for a simple pendulum model and the POV-Ray™ image it generates at t=0.

ObjexxSISAME:

  Run:
    DelTOut: .0001
    FinTOut: 1.0
    SigOut: ASCII

  Model: Pendulum
    DOF: xz
    Gravity: -z
    DimSys: Metric

    FixedMass: Ceiling
      Box: Plate
        RelP:
          z: 2
        Size:
          x: 40
          y: 40
          z: 2
        Color: Gray
        Transp: .3
      Cylinder: Bearing
        Size:
          r: 2
          y: 2
        Color: SeaGreen

    Mass:
      Weight: 1
      IniP:
        z: -100
      IniD:
        x: 1
        z: .00500012500625
      Point: C
        Size:
          r: 10
        Color: Red

    Link: String
      Point1: Mass.C
      Point2: Ceiling
      Axial:
        LE:
          S: 1000
          FDel: -9.80616
          OneWay: T
        LD:
          DSlp: 100

  Output:
    MassTS:
      Qty: AVP
      Mass: *
    POV:
      Time: +.05
Simple Pendulum Model