zhangyongbing2009 / fem-python

Automatically exported from code.google.com/p/fem-python
0 stars 0 forks source link

input_reader #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Kanchan,

is the input_reader for the loads working?

I tried to get access to the loads with R.loads. It gives me only the following 
back:

>>> R.loads
{'Set-load': {2: -1000.0, 'Type': ' Concentrated force'}}
>>> R.node_sets
{'SET-FIX01': [9], 'Set-fix': [1, 6, 3], 'Set-load': [2, 18], 'SET-LOAD01': 
[11, 12]}

In the input file the following is given:
** LOADS
** 
** Name: CFORCE-1   Type: Concentrated force
*Cload
SET-LOAD, 1, 200.
SET-LOAD, 2, -1000.
** Name: Load-2   Type: Concentrated force
*Cload
SET-LOAD01, 1, 300.

That means: SET-LOAD has two loads, one in X(200N) and one in Y(-1000N)
And a second set with SET-LOAD01 in x(300N).

Are you handling that as well? How can i get access to this loads?

Original issue reported on code.google.com by dettling...@googlemail.com on 21 Feb 2014 at 8:48

GoogleCodeExporter commented 9 years ago
please try updating your sources once
if still its persisting let me know 

Original comment by kanchan....@gmail.com on 22 Feb 2014 at 10:35

GoogleCodeExporter commented 9 years ago
changed to question

Original comment by kanchan....@gmail.com on 22 Feb 2014 at 10:36

GoogleCodeExporter commented 9 years ago
I did the update and it works. Sorry.

Original comment by dettling...@googlemail.com on 23 Feb 2014 at 7:51