Forum Replies Created

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • in reply to: Generate a mesh specifying the contour #4755
    Luciano Jacinto
    Participant

    Thank you very much!

    in reply to: Non-uniform distributed loads on line elements #4748
    Luciano Jacinto
    Participant

    Congratulations for the 2.2.0.5 release. I made some tests, and everything seems work perfectly. I also notice that it was made an improvement in API for Python. Now we can specify several load values and the corresponding positions:

    nf.addBeamLoad(
    elem = e1,
    values = [0, -12, -12, 0],
    positions = [0.0, 1.0, 4.0, 5.0],
    direction = 2,
    loadcase = ‘lc4’,
    local = True,
    )

    Is there a change log so that we can look for the improvements in each release?
    Thanks for this very nice program.

    in reply to: Non-uniform distributed loads on line elements #4747
    Luciano Jacinto
    Participant

    Thak you very much. I will look forward for the new release.

    in reply to: Non-uniform distributed loads on line elements #4744
    Luciano Jacinto
    Participant

    Sorry, but the problem with non-uniform loads on beams persists. For a simple supported beam with a span of 5 m and a triangular load, 0 at the beginning and 12 kN/m at the end, the moment at the mid-span is 18.75 kNm, but the program gives a strange result (a negative value!). Please verify this. Thanks.

    in reply to: Non-uniform distributed loads on line elements #4742
    Luciano Jacinto
    Participant

    Many thanks for your quick reply. The problem is solved. I will continue to test NextFEM, which seems to be a very interesting program: simple and powerful.

Viewing 5 posts - 16 through 20 (of 20 total)