FEM CODE MATLAB 2D
FEM CODE MATLAB 2D
(OP)
Hi,
i need a matlab code for a 2D-beam problem using the fem. i have to modify it, but need a basic code to start with.
please help me. it is very urgent. thanks.
i need a matlab code for a 2D-beam problem using the fem. i have to modify it, but need a basic code to start with.
please help me. it is very urgent. thanks.





RE: FEM CODE MATLAB 2D
TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
RE: FEM CODE MATLAB 2D
RE: FEM CODE MATLAB 2D
TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
RE: FEM CODE MATLAB 2D
Cheers
Greg Locock
New here? Try reading these, they might help FAQ731-376: Eng-Tips.com Forum Policies http://eng-tips.com/market.cfm?
RE: FEM CODE MATLAB 2D
RE: FEM CODE MATLAB 2D
I need just 2D FEM solver, which i want to develop for non-linear problems.
My company usually doesnt work with fem. thats why we have no commercial programms. It is just a research, to find out if fem fits to our necessarys.
@CSK62
I would be very grateful if you help me.Thanks.
RE: FEM CODE MATLAB 2D
Another approach could be to evaluate an existing commercial code. Just to see if it fits your needs.
Then you don't have to 'invent' something again.
Good luck
Thomas
RE: FEM CODE MATLAB 2D
I am a beginner in FEM so that is very difficult for me to wrote a complete new code. It would be very helpful if someone have a ready code.
RE: FEM CODE MATLAB 2D
Is your problem something that the available commercial codes are unable to handle?
I am just being curious
Thomas
RE: FEM CODE MATLAB 2D
Also, it seems to me that if the OP is looking to determine the applicability of a commercial FEA for his application, that he should put together a test for his candidates to demo. This would seem to be a better approach than to attempt to code up something from scratch, since it's most likely that one would be spending time debugging programming errors rather than evaluating performance. Moreover, the likelihood is that a commercial FEA package is optimized for throughput, while anything create, ad hoc, will not be.
TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
RE: FEM CODE MATLAB 2D
http://newtonexcelbach.wordpress.com/2013/03/17/3d...
It's all open source, and if you search the blog for frame analysis you'll find a fair bit of background.
Doug Jenkins
Interactive Design Services
http://newtonexcelbach.wordpress.com/
RE: FEM CODE MATLAB 2D
As for manipulation of the base code, I'm not really sure what you want to expand on, but good luck. If anything obvious is missing let me know.
RE: FEM CODE MATLAB 2D