Skip to content

Anwar-DEBUG 3.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Anwar8 Anwar8 released this 25 Feb 04:44
· 9 commits to master since this release

Built OpenSees.exe
I should have documented this better...

This release of OpenSees contains the following HT updates:

  1. A node set will return an error and terminate execution if there are no nodes at the specified locx and locy positions.

  2. Fixed bug with the user-defined fire which occurs after the analysis is completed when OpenSees tries to erase the fire data.

  3. HTAnalysis object can now take the test object specifications and the integrator specifications. The syntax is:
    HTAnalysis HeatTransfer Newton
    : TempInc OR Residual
    : double, recommend 0.1 or 0.01 for TempInc-type test object.
    : integer, recommend 1000; more unlikely to help you converge.
    : 0, 1, or 2. 0 doesn't give you any information about your analysis, 1 gives you the results of each iteration, and 2 gives you how many iterations it took to converge at each step. Recommended to use 2.

  4. You can now create a node set from other node sets using the syntax:
    HTNodeSet $NodeSetTag -NodeSet $otherNodeSet1 $otherNodeSet2 $otherNodeSet3 ...

  5. You can get the analysis time by using the command: "getHTTime" with no arguments.

  6. Get a full list of your nodes on the screen by using the command "PrintNodes".

  7. "Smoothed out" material property functions for type 1 thermal insulation.

Other stuff related to the structural OpenSees that I will document in a future release.