FEAP User Forum

FEAP => Installation => Topic started by: PeterWoerner on July 27, 2017, 11:20:15 AM

Title: Patch Test Error, Dirichelet Boundary Conditions not working
Post by: PeterWoerner on July 27, 2017, 11:20:15 AM
When I run the patch test from example 1, in particular, it seems that the Dirichlet conditions in the y direction aren't working and that the strains in the x-direction are significantly larger than expected.

Thanks in advance for the help.
Title: Re: Patch Test Error, Dirichelet Boundary Conditions not working
Post by: Prof. R.L. Taylor on July 27, 2017, 12:38:08 PM
There seems to be something wrong with your code.  If you look at the output file you will see the solver had trouble and then the resulting displacements are from a singular matrix.

Title: Re: Patch Test Error, Dirichelet Boundary Conditions not working
Post by: PeterWoerner on July 27, 2017, 01:51:38 PM
Dr. Taylor,

Do you mean in the input file or in the Fortran code?  There were a ton of warnings during the installation.

Peter
Title: Re: Patch Test Error, Dirichelet Boundary Conditions not working
Post by: Prof. S. Govindjee on July 27, 2017, 03:35:56 PM
A couple of comments:

1. You are running a very old version of FEAP 8.3 alpha.  You should upgrade to the newest version 8.5.  The compiler warnings are appearing due to stricter compiler standards.  Version 8.5 addresses these issues (though 8.3 should still run file, you may want to turn off the compiler warnings).

2. There is something very wrong with your version of the code.  It is showing 17 equations when there should only be 14 (9 nodes * 2 eq/node - 4 boundary conditions).  You should download a clean version of the source and re-install.

3.  Attached is an output file generated from your Ipatch_4el.  You can use it to check if your code is working correctly.
Title: Re: Patch Test Error, Dirichelet Boundary Conditions not working
Post by: Prof. S. Govindjee on July 27, 2017, 04:29:33 PM
fyi, I found a version of 8.3 and it ran just fine on your problem.  It was VERSION: Release 8.3.19 DATE: 29 March 2011, which is the last released 8.3 version.     
Title: Re: Patch Test Error, Dirichelet Boundary Conditions not working
Post by: PeterWoerner on July 27, 2017, 05:10:32 PM
Dr. Govindjee,

Thanks so much for the help.  I will talk with my advisor about getting a clean version/updating.

Peter