[us-commits] [ehb54/ultrascan3] f10f53: Set simulation parameter flag in set_parameters()

Lukas Dobler noreply at github.com
Thu Mar 13 10:31:32 MDT 2025


  Branch: refs/heads/lukas/us_astfem_sim_timestate
  Home:   https://github.com/ehb54/ultrascan3
  Commit: f10f53437efb9c3fde45fae8c86bb073b2f97524
      https://github.com/ehb54/ultrascan3/commit/f10f53437efb9c3fde45fae8c86bb073b2f97524
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-03-13 (Thu, 13 Mar 2025)

  Changed paths:
    M programs/us_astfem_sim/us_astfem_sim.cpp

  Log Message:
  -----------
  Set simulation parameter flag in set_parameters()

Added the `simparams.sim` flag initialization to ensure proper simulation configuration. This change aligns with the expected setup behavior during parameter initialization.

Signed-off-by: doluk <69309597+doluk at users.noreply.github.com>


  Commit: a78a16abccfc8dab04340497917c4a3d8b3336a2
      https://github.com/ehb54/ultrascan3/commit/a78a16abccfc8dab04340497917c4a3d8b3336a2
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-03-13 (Thu, 13 Mar 2025)

  Changed paths:
    M programs/us_convert/us_convert.cpp

  Log Message:
  -----------
  Adjust acceleration correction calculations in us_convert.cpp

Updated the tfac multiplier to (3.0 / 2.0) and revised formulas for azwrate and w_offs to ensure more accurate handling of low acceleration scenarios. These changes align better with the intended mathematical model and improve calculation precision.

Signed-off-by: doluk <69309597+doluk at users.noreply.github.com>


  Commit: 612793407746781c19aa30c284bd884030f618d7
      https://github.com/ehb54/ultrascan3/commit/612793407746781c19aa30c284bd884030f618d7
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-03-13 (Thu, 13 Mar 2025)

  Changed paths:
    M utils/us_astfem_math.cpp

  Log Message:
  -----------
  Adjust acceleration factor calculation in ASTFEM math.

Updated the `tfac` factor from `4/3` to `3/2` to correct the acceleration time calculation. This aligns the code with the refined mathematical model and ensures more accurate computations of rotor dynamics.

Signed-off-by: doluk <69309597+doluk at users.noreply.github.com>


  Commit: bc198e7562788b8197fc562cffdf32a0387054a3
      https://github.com/ehb54/ultrascan3/commit/bc198e7562788b8197fc562cffdf32a0387054a3
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-03-13 (Thu, 13 Mar 2025)

  Changed paths:
    M programs/us_astfem_sim/us_astfem_sim.cpp

  Log Message:
  -----------
  Add additional debug logs for simulation parameter tracking

Enhanced debug output by including more details about key variables such as `w2tinc`, `timeinc`, and `time1` during the parameter setup. These changes aim to facilitate debugging and provide clearer insights into simulation computations.

Signed-off-by: doluk <69309597+doluk at users.noreply.github.com>


Compare: https://github.com/ehb54/ultrascan3/compare/ccc9e240b6e4...bc198e756278

To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications


More information about the us-commits mailing list