Distributed load and BDF
Distributed load and BDF
(OP)
Hello everyone,
I would like to apply a variable distributed load to an edge of my model, something like this :

When I do the BDF the force is moved to the nodes but the problem is that values are not coherent at all :

If I want to make my own BDF not using Patran, how can I find this distribution ?
I would like to apply a variable distributed load to an edge of my model, something like this :

When I do the BDF the force is moved to the nodes but the problem is that values are not coherent at all :

If I want to make my own BDF not using Patran, how can I find this distribution ?





RE: Distributed load and BDF
your variable load in your first picture is just in a linear dependency, there is obviously regular increment 18 of units (I don't know if you plotted force per line or pressure...).
And you see in the second picture that the force is translated into bdf file for each node two times, I guess only nodes at the corners have only one card FORCE.
Therefore the node f.e. 1973 is loaded by force equaled to 36033 + 36258,7 Newtons (or whatever unit you used).
If you want to make your own .bdf file without any GUI, and your load distribution is linear, than it is very simple - just linearly interpolate (and node at corners extrapolate) values.
Example from your first picture:
element line between nodes 1979 and 1976 has value 2973.0; between nodes 1976 and 1977 is 2955.0.
Then node 1976 has force 2964.0 (minus half of increment).
And line in your .bdf looks:
FORCE,7,1976,,2964.,0.,-1.0,0.
and just add the rest.
But remember, it works only for uniform mesh. If your edge has variable element length then force cannot be linearly interpolated.
Regards, Jan
With best regards,
Dr. Jan Vojna
Lead Engineer Development
Siemens, s.r.o.
RE: Distributed load and BDF
I think that this make no sense because the force in the BDF is one order of magnitude higher than the Max force I applied (3000N). The first image show the force per line (I used a Distributed Load).
If I make the numbers as you said, I do not obtain the same results that there are into the BDF.
RE: Distributed load and BDF
http://simulatemore.mscsoftware.com/properly-applying-loads-to-finite-elements-msc-nastran/
Do you know if there is any other way to find this distribution (using another card to define the distributed load or something like that) ?
RE: Distributed load and BDF
You should probably start with a simple test case that has a constant running load (also equal width elements).
Brian
www.espcomposites.com