Contents     Functions     Index     Previous Next     PDF

fe_simul

Purpose

High level access to standard solvers.

Syntax

 [Result,model] = fe_simul('Command',MODEL,OPT)

Description

fe_simul is the generic function to compute various types of response. It allows an easy access to specialized functions to compute static, modal (see fe_eig) and transient (see fe_time) response. A tutorial may be found in section 4.4.

Once you have defined a FEM model (section 4.2), material and elements properties (section 4.2.1), loads and boundary conditions (section 4.2.3), calling fe_simul assembles the model (if necessary) and computes the response using the dedicated algorithm.

Note that you may access to the fe_simul commands graphically with the simulate tab of the feplot GUI. See tutorial (section 4.4) on how to compute a response.

Input arguments are :

Accepted commands are

See also

fe_eig, fe_time, fe_mk

©1991-2008 by SDTools
Previous Up Next