Regenerate the three-dimensional, eight node finite element from chapter Mixed 3D Solid FE for AceFEM for FEAP environment.
Generation of element source code for FEAP environment
b:7.4
SMSWrite[];
Here is the FEAP input data file for the test example from the chapter Mixed 3D Solid FE for AceFEM . You need to install FEAP environment in order to run the example.
feap
0,0,0,3,3,8
block
cart,6,15,6,1,1,1,10
1,10.,0.,0.
2,10.,2.,0.
3,0.,2.,0.
4,0.,0.,0.
5,10.,0.,2.
6,10.,2.,2.
7,0.,2.,3.
8,0.,0.,3.
ebou
1,0,1,1,1
1,10.,,,1
edisp,add
1,10.,,,-1.
mate,1
user,10
1000,0.3
end
macr
tol,,1e-9
prop,,1
dt,,1
loop,,5
time
loop,,10
tang,,1
next
disp,,340
next
end
stop
Here is the generated element compiled and linked into the FEAP's Visual Studio project. See Install.txt for details. The SMSFEAPRun function then starts FEAP with a beam.inp file as a standard FEAP input file and a beam.out file as output file.
Created by Wolfram Mathematica 6.0 (12 August 2007) |