由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - question about coordinate transformation
相关主题
求关于Euler-Lagrange方程解法的资料问一个SQL Server执行外部文件的问题
请教一个关于strain的基础问题
相关话题的讨论汇总
话题: sigma话题: coordinate话题: cs话题: stresses话题: question
进入Computation版参与讨论
1 (共1页)
s*********e
发帖数: 97
1
seems like a simple question:
Here is a solid element in Lagrange Coordinate System(CS).
I know now the stress and strain of it in local CS(element CS):
SIGMA[xx],
SIGMA[yy],
SIGMA[zz],
SIGMA[xy],
SIGMA[yz],
SIGMA[xz],
...
also geometry and points' coordinates, etc.
How could i build up the transform matrix to know global stress and strain,
Still more parameters required?
any fortran or C++ rountine for example?I am confussed of the tensor
transforming, would like to be concerte.
BTW: This probl
s*********e
发帖数: 97
2
hi all
几个星期了,也没人给点建议,
是不是太简单了,高手们都不斜一顾?
随便说点绳墨, 书啊,连接呀,都行啊
谢了!

FEM

【在 s*********e 的大作中提到】
: seems like a simple question:
: Here is a solid element in Lagrange Coordinate System(CS).
: I know now the stress and strain of it in local CS(element CS):
: SIGMA[xx],
: SIGMA[yy],
: SIGMA[zz],
: SIGMA[xy],
: SIGMA[yz],
: SIGMA[xz],
: ...

o****l
发帖数: 21
3
If you actually get the stresses and strains of each element by solving
the global system equation, I think you get the final results.Given the
stresses of each element, you can define the stresses of each node averaging
the stresses of elements that the node is associated with. To make the code
is
not difficult. There are other better ways to get smooth distribution of
stresses of each node.


strain,

【在 s*********e 的大作中提到】
: hi all
: 几个星期了,也没人给点建议,
: 是不是太简单了,高手们都不斜一顾?
: 随便说点绳墨, 书啊,连接呀,都行啊
: 谢了!
:
: FEM

1 (共1页)
进入Computation版参与讨论
相关主题
求关于Euler-Lagrange方程解法的资料问一个SQL Server执行外部文件的问题
请教一个关于strain的基础问题
相关话题的讨论汇总
话题: sigma话题: coordinate话题: cs话题: stresses话题: question