FEAP User Forum

FEAP => FEAPpv => Topic started by: meepmeep on April 20, 2021, 01:48:52 AM

Title: how to implement mixed elements
Post by: meepmeep on April 20, 2021, 01:48:52 AM
Hello dear all,

is someone out there who would explain to me how to implement mixed elements? I did not find an answer in the manual.
Which command do I need and where do I need to put it in the attached file?

it would be very kind to tell me if you find severe mistakes in the attached file, as I'm a newbie to feap

thank you
Title: Re: how to implement mixed elements
Post by: JStorm on April 20, 2021, 05:23:28 AM
The options for mixed and enhanced element formulations are explained on page 94-97 in the manual (FEAP86).
Title: Re: how to implement mixed elements
Post by: meepmeep on April 20, 2021, 09:06:48 AM
Thank you very much for your answer!
To be more precise: I'm trying to set up enhanced assumed strain (EAS) elements.
according to the manual I need to change the material definition to

material,1
 Solid
 Plane Strain
 elastic isotropic 3550 0.5
 ENHAnced
...

am I right?
but if I do that I get the following Error:

*ERROR* Residual norm is NaN or Inf

what am I doing wrong?

thank you
Title: Re: how to implement mixed elements
Post by: Prof. R.L. Taylor on April 20, 2021, 10:32:13 AM
Please tell  us what version of the program you are using.  You also need to check the output file "O" named file to see if there is more information.  Check that what you specified in the input file has an associated output, etc.

If you are using FEAPpv, it does not have all the options available in FEAP so will not use much of the data you give, thus producing an error.
Title: Re: how to implement mixed elements
Post by: Prof. R.L. Taylor on April 20, 2021, 10:33:34 AM
You cannot specify poisson ratio of 0.5, try 0.499 -- only FEAP has incompressible (and only in ver8.6)
Title: Re: how to implement mixed elements
Post by: meepmeep on April 20, 2021, 03:08:43 PM
Thank you very much for the answer.

I am using FEAPpv, Version 8.2
It seems to work now.

Is the Mixed-Enhanced command closer to an EAS element than the Enhanced Strain command? What is the difference? 
 
thank you
Title: Re: how to implement mixed elements
Post by: Prof. R.L. Taylor on April 20, 2021, 08:25:03 PM
MIXEd ENHAnced is: "A mixed-enhanced strain method. Part I: Geometrically linear problems",
Computers and Structures, Vol 75, 237-250, 2000.

ENHAnced is EAS
Title: Re: how to implement mixed elements
Post by: meepmeep on April 21, 2021, 12:38:35 AM
Thank you very much