ConbeamU 4.10

The ConbeamU spreadsheet has been updated to Version 4.10, to fix a problem with incorrect default parameters being used if the support stiffness columns had empty cells.  The revised spreadsheet (including open-source code) can be downloaded from:

ConbeamU.zip

Applications in the spreadsheet include:

Conbeam and ConbeamU; continuous beam analysis with any number of supports and beam segments.  Supports may have specified translation or rotation stiffness or specified displacements.  ConbeamU (and other functions ending in U) are unit aware, allowing input and output in a wide variety of different units:
CobBeamU10-1

There are also similar functions for single spans (SSSpanU) and cantilevers (CantileverU).

MovLoadU does moving load analysis on a continuous beam, with vehicles with any number of axles:

CobBeamU10-2

FEAU and REAU find fixed end moments or restrained end moments for a single span with fixed ends or spring restrained ends.  The beam may have any number of segments with different section properties.

ConBeamU-REA

Any number of loads may be applied, which may be point forces or moments, of uniform or trapezoidal distributed loads:

ConBeamU-REA2

The BeamAct3D function returns beam actions and deflections along the beam, for a beam with any number of segments and specified end conditions and applied loads.

CobBeamU10-3

The React3D function returns fixed or restrained actions for a beam with any number of segments, subject to 3D loading:

CobBeamU10-4

Download the spreadsheet for more details of each function, and information on using array functions.

This entry was posted in Beam Bending, Excel, Finite Element Analysis, Frame Analysis, Newton, Strand7, UDFs, VBA and tagged , , , , , , , , . Bookmark the permalink.

24 Responses to ConbeamU 4.10

  1. garethhayter says:

    Hi Doug. Are you still using FormulaDesk to create your math equations?

    Like

    • dougaj4 says:

      Hi Gareth. I’m not really using it at the moment. I’m still interested, but I’ve just got too many other things I’m working on at the moment. The equations in this post are just scanned images from books.

      Like

  2. 44steps says:

    [IMG]http://i68.tinypic.com/21jyauv.jpg[/IMG]
    If I had export full functionally function conbeam (not conbeamU), wich modul could I get?

    Like

  3. 44steps says:

    In “Continuous Beam Analysis by Macaulay’s Method” the field “Section/Span” what does it do?

    Like

    • dougaj4 says:

      The simplest thing to do is to save the spreadsheet with a new name, and just delete the sheets you don’t want.
      If you don’t want to use the units functions you could open a blank workbook, save as xlsb or xlsm, and copy across the VBA modules. You can drag and drop in the VB Editor. Conbeam and ConbeamU are both in the same module. You won’t need the Units module if you don’t want to use ConbeamU, but the safest thing is to just copy all of them.
      If you do want to use the units at any time, the units data is in a worksheet and uses named ranges, so you need to use a copy of the original file.

      Like

    • dougaj4 says:

      It returns results at however many sections you specify for each span. You can enter a single number, and get the same number of sections in each span, or enter a number for each span. The alternative is to list the position of each section where you want results, then set the ListOutPoints argument to True or 1. See the ConBeam Check sheet for an example where the output point positions are listed, and the ConBeamU sheet for the number of sections in each span, with ListOutPoints omitted.

      Like

  4. Dan Ashby says:

    Wow. I just stumbled across this while researching to develop a similar spreadsheet myself. I’m so glad too, as I am looking for functionality to accommodate a variable number of spans, support displacements, and shear deformations – all features that would have taken a long time to implement robustly. Thanks Doug; you just saved me a ton of time and heartache!
    I’ll dig in to it properly when I have time, and will let you know if I think of anything that might be worth incorporating, though it looks like over the years you’ve grown this in to a very powerful tool with most of the bells and whistles that I had been dreaming of. Great work. Thanks for sharing!

    Like

  5. Jérémie says:

    Hello Dougaj4,

    This is a very great work! I can obtain the curve of the results but, the diagram showing the load doesn’t work for me :-\ . When I open the ConBeamU.xlsb file I become an error that say :
    Something was deleted here /xl/workbook.bin
    And formula was repaire in /xl/worksheets/sheet8.bin (This sheet8 is empty also vba)
    If I want to continue, exel repair the file. At the start of the sheet I can see value in the Load Graph Data table. And when I launch the calculation I become in all cell #VALUE! . I have try to debug the PlotMom function while launching it with a bouton:
    PlotMom Range(“B6:B16,E6:E16,B21:E53,F21:H53”)
    But I become an error 1004 because the Range method doesn’t work to call all these cells.
    Have you any solution to solve the problem ?

    Thank you a lot 🙂

    Like

    • dougaj4 says:

      Thanks for letting me know. I’ll have a look and reply here.

      If you could send your copy of the file to my gmail address (dougaj4), that would be helpful.

      Like

    • dougaj4 says:

      Hi Jeremie,

      I have now had a look at my master copy of ConbeamU, and I don’t get the problems you describe. This makes it difficult to find the source of your problems, but I will be happy to look at your copy if you send to GMail (Dougaj4@….).

      Some other things you might try are:
      Download the file again, and make sure you have the latest version (4.10 23-Aug-16, see the “about” sheet).
      If you want to step through the VBA code for PlotMom (or any other VBA function):
      – Go to the VBA code and insert a breakpoint near the start (but not on a Dim statement line).
      – Return to the spreadsheet, select the cell at the top-left corner of the PlotMom output, press F2 (to enter Edit mode), then press Ctrl-Shift-Enter, to re-enter the function. The VBA code should appear, with the break line highlighted. You can then step through the code by pressing F8.
      Note that the input for PlotMom is a single range: =plotmom(F21:H53)

      Hope that helps

      Doug

      Like

  6. Alberto says:

    Hi Dougaj4,
    I’m testing “ConBeam” version 4.10 (not ConBeamU).
    In the example that I am checking I considered a beam with two supports and a cantilever.I noticed that any negative value in “support rotational stiffeness” gets a rigid hinge, not only the value “-1”. But it’s non a problem, it’s ok. The problem is with what follows.
    If in “support rotational stiffeness” I enter positive values gradually increasing (eg 100, 1000, 10000, etc.), then in the “support” moment I get values gradually increasing, as can be expected, to the limit to get an infinitely rigid hinge.
    But I do not understand why if I enter very small but positive values (for example 0.00000000000000000001) in that “support” I get very high moment values, values which among other exceed the maximum expected moment. I hope I explained myself.
    There is an error or I interpret bad the meaning of “support rotational stiffeness”? The unit should be moment/radians (but in sheet “Function” you write “radians/unit moment”); is not it?
    I tested it also with an older version of “ConBeam” (Macaulay.xlsb version 1.11), and this problem did not manifest itself.

    Last but not least, I wanted to congratulate you for your immense work.

    Bye,
    Alberto

    Like

  7. dougaj4 says:

    Hi Alberto, thanks for the feedback and comments.

    For a rigid hinge, yes any negative value will be treated as rigid.

    The problem with vey small rotational stiffness values is due to floating point problems in the REA function (Restrained End Actions), which is called from SSSpan, which is in turned called from Conbeam. If the end supports have a very small stiffness it generates very big rotations when the beam is analysed as a cantilever, which results in the numerical problems. I have fixed that by setting the rotational stiffness of the end supports to zero for any value less than 0.001.

    For the rotational stiffness units, yes you are right, it should be moment/radian. I have corrected that, and also made some other minor changes on the Functions sheet.

    There is also another problem that I have recently fixed, so I will upload the new version (4.11) today, and write it up in a blog post in the next few days.

    Thanks again for the feedback.

    Liked by 1 person

    • Alberto says:

      Hi Dougaj4. Thanks to me? Thank to you for your great work and for sharing! 🙂 ConBeam is very useful in my work.

      Bye,
      Alberto

      Like

  8. Alberto says:

    Hi Dougaj4. I have tested “ConBeam” version 4.11 (not ConBeamU). Now it works correctly.
    I report (for non-experts, like me) that in VBA, Tools, Reference, must have checked (among others): “Microsoft Scripting Runtime”. Great work Dougaj4! Thanks again.

    Bye,
    Alberto

    Like

  9. Pingback: ConBeamU 4.13 | Newton Excel Bach, not (just) an Excel Blog

  10. Kim says:

    Hi Doug, thanks for your great work. I am analyzing a simple beam and having trouble with reading out BM and deflection at particular points (beam end segment). On Functions tab, Macaulay function, Out=3 should give me Shear and BM at ends of each segment. However, #Value! error appears when I specify Out=3. Have you had any solution to this? Thanks!

    Like

  11. Pingback: ConbeamU update | Newton Excel Bach, not (just) an Excel Blog

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.