Skip to content
Prev 79 / 696 Next

[R-sig-dyn-mod] Question on Galerkin

Karline,

Thank you for your reply. 

As you suggested, over the weekend I've read the ReacTran vignettes and package to see if that is a possible starting point. I've also looked at colnewR.f  and bvpSolver.R as in our simple case of a beam/pipe, aren't we solving an ODE? Its the separation (and link) between finite differences (FD) and finite elements (FE) I'm indeed struggling with.

Until that is resolved or better understood, I see 2 'packages':

1)	A FD 'replacement' for what I do now primarily in Mathematica (learning/experimenting/solving with the Galerkin method).

	The objective is to make the 'first 3 chapters' of FEM books more accessible, e.g. Smith & Griffith or Zienkiewicz, Taylor & Zhu.

2)	A FE capability where users can define material properties and geometry for initially (3D) beam/pipe elements.

	The first objective is to develop this as an initial template to interface to existing FEM programs.

	A second objective is to include 2nd order effects (I use the onset of lateral buckling for my work). Or flexural-torsional buckling in architecture ('kip' in Dutch). 
	I'm not sure if and how these play in for fluid dynamics, an area that is important to my work, I just haven't spend enough time on it.

This does not cover your goal of adding FEM to R, although the 2nd might be a useful first step.

Thanks again for your feedback.

Regards,
Rob
On Apr 30, 2011, at 10:45 AM, Soetaert, Karline wrote: