Forum Replies Created
-
AuthorPosts
-
NextFEM AdminKeymasterHello,
have you checked deformed shapes for local buckling modes?
If you’re interested in in-plane buckling modes, you should model the wall in XY plane and set elements as plane stress (Edit / Change element type).
To perform a proper comparison, please make sure the mode is treated the in same way.
NextFEM AdminKeymasterHello,
we don’t support stiffness changes due to pre-tension.
NextFEM AdminKeymasterHello,
NextFEM Designer works with “.” (dot) as decimal separator. In your screenshot, you have 10,000 as load value, you have to use “10.000”.
Let us know if this solves the problem.
NextFEM AdminKeymasterHello,
yes, there are 2 problems:
– all the columns must be beam, otherwise the assembly is obviously labile. Considering for instance node 5, you have all trusses and beams with end releases.
– you must restraint the rotation (torsion of columns) at the base.Please find attached the corrected model.
Attachments:
You must be logged in to view attached files.
NextFEM AdminKeymasterThe rafters and roof ridge then should be beams with end releases for both moments at ends. Don’t apply restraints on the internal nodes, use them only at the base.
Beams with end releases are generally labile, so you have to take care of the assembly. Your model “wooden-house-ALL-RAFTERS-END-RELESED” is correct, except that the side beams is deforming too much (see displacements in case LOAD 1 – 33cm!). In any case, the moment is not transmitted as tou can see in Diagrams view.
NextFEM AdminKeymasterHello,
here we’re discussing about the static scheme to adopt, this is up to you to decide assumptions for your model. Answering your questions:
1. End releases are a constraint inside the beam, while resraints are applied to the nodes. Hence, if you release moments in a simply supported end, this is redundant: use only a simple simple support without end releases, or a fixed support and rotational end release. So yes, it’s just the same behaviour without end releases, but the contemporary presence of both can cause labilities
2. no, constraints tie degrees of freedom of 2 different nodes together, this is not your case.Trusses have only axial response – no releases for them. Only beams can have releases.
I hope this clarifies, regards
NextFEM AdminKeymasterHello,
please clarify your question, in particular the final one. The program allows any kind of modelling, hence simply check end releases at the end. I see from your model that the moment is correctly released at the top of the pillars.
It is not clear why you want to apply restraints on the joints; you may want to apply only internal constraints or releases.
NextFEM AdminKeymasterHello,
as stated, IronPython is not officially supported.You can try compiling the script to see if the issue is more clear. Use:
ipyc /main:yourScript.py /target:exe
and then launch the resulting .exe . If it works, it’s an issued on IPy side.
NextFEM AdminKeymasterHello,
IronPython is not officialy supported, however I can suggest trying with IronPython 3.4.1 instead of 2, with .NET Framework.
NextFEM AdminKeymasterDear Luciano,
update is out, please see API https://www.nextfem.it/api/html/M_NextFEMapi_API_addThermalDistLoad.htmLet us know, regards
NextFEM AdminKeymasterDear Luciano,
thanks for your inquiry, please wait the next minor patch for having this solved. We’ll also try to add an API method for adding temperature loads.Regarding the sign of temperature gradient: starting from a user’s dT, the gradient is applied to the section as to have -dT/2 on the positive Y+ face of the section, and dT/2 on the negative Y- face of the section. We’re evaluating to invert this sign as to have positive temperature on Y+.
NextFEM AdminKeymasterYes, this is a valid option.
In practice, rebar stiffness is always neglected, while to account for cracked concrete the Young’s modulus can be reduced (up to 50% as per Italian code – other codes can have different limits).
NextFEM AdminKeymasterHello,
thanks for your inquiry. By default, stiffness of RC members does not change when adding/varying rebars. This is a common assumption in all civil design programs.You add rebar to the cross-section (Section properties) if you want to calculate its strength; to add rebars on elements (this does not affect the analysis results, as told before) use the Assign / Rebar command. This will affect only RC checking.
NextFEM AdminKeymasterHello,
you can assign partial end releases by input the rotational stiffenss (see Assign / End Releases, and check the option “Input stiffnesses”).
NextFEM AdminKeymasterHello,
if not specified in the window, units of material properties are consistent with the model. For instance, check the material library in NextFEM installation folder C:\Program Files\NextFEM\NextFEM Designer 64bit\data\Steel-MC EN.nfm (open as plain text). You’ll find:
K [N/s/°C] – conductivity
Cp [N*m/(kg*°C)] – Specific heat
a_T [1/°C] – thermal distorsion linear coeff.
Conductivity for steel is assumed as 54 W/mK (1W=1Nm/s, hence 1N/(s*°C) = 1 W/mK), then this value is converted into model units.Hope this helps, regards
-
AuthorPosts
