FEAP User Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
FEAP Version 8.6.1n released: February 14, 2022
Home
Help
Search
FEAPwiki
Login
Register
FEAP User Forum
»
FEAP
»
Installation
»
Patch Test Error, Dirichelet Boundary Conditions not working
« previous
next »
Print
Pages: [
1
]
Author
Topic: Patch Test Error, Dirichelet Boundary Conditions not working (Read 4755 times)
PeterWoerner
New Member
Posts: 9
Patch Test Error, Dirichelet Boundary Conditions not working
«
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.
Logged
Prof. R.L. Taylor
Administrator
FEAP Guru
Posts: 2647
Re: Patch Test Error, Dirichelet Boundary Conditions not working
«
Reply #1 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.
Logged
PeterWoerner
New Member
Posts: 9
Re: Patch Test Error, Dirichelet Boundary Conditions not working
«
Reply #2 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
Logged
Prof. S. Govindjee
Administrator
FEAP Guru
Posts: 1160
Re: Patch Test Error, Dirichelet Boundary Conditions not working
«
Reply #3 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.
Logged
Prof. S. Govindjee
Administrator
FEAP Guru
Posts: 1160
Re: Patch Test Error, Dirichelet Boundary Conditions not working
«
Reply #4 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.
Logged
PeterWoerner
New Member
Posts: 9
Re: Patch Test Error, Dirichelet Boundary Conditions not working
«
Reply #5 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
Logged
Print
Pages: [
1
]
« previous
next »
FEAP User Forum
»
FEAP
»
Installation
»
Patch Test Error, Dirichelet Boundary Conditions not working