hi, every one
i have problem with fortran format
my abaqus is 6.14
and this version accept (.for) format for fortran
but some subroutines are in (.f ) format
is any way to change these versions with no changing in codes?
i want to change .f to .for
thank you
fortran format
Related Articles
-
problem with sanisand umat
yousef zand||Finite Elements|8 |
Views 2,271
Dear all, I’m trying to model multilayer soil in abaqus. To use the SaniSand umat in model I use the following parameters but no plastic strain at all. The unit […] -
Small displacements when using HP model in Plaxis 3D
Arno Crous||Finite Elements|4 |
Views 1,972
I am modelling sand slopes in Plaxis 3D using an HP model. I am using soil parameters from “Modelling of Soil Behaviour with Hypoplasticity” by David Masin (2019). During the […] -
Tochnog Professional becomes free
Dennis Roddeman||Finite Elements|0 |
Views 2,226
After several decades of development we are happy to announce that the Tochnog Professional finite element program has become free. Both for academic and commercial use. We are extremely grateful […] -
UMAT Implementation in Abaqus (Hypoplastic clay Subroutines)
Lovinder Mann||Finite Elements|2 |
Views 2,233
Hi, I am working in Abaqus, aiming to model double porosity clay consolidation data by using hypoplastic clay model with meta stable structure. First, i just wanted to verify basic […] -
Hypoplastic model for thermal cycles in clay (Abaqus)
Sherif Gomaa||Finite Elements|2 |
Views 3,997
Dear all, I’m using the UMAT file in which the hypoplastic model for thermal cycles is implemented. I have done some runs for an axisymmetrical model for a single energy […] -
ABAQUS modeling: Warning about unconnected regions when using hypoplasticity subroutine
Jasmine Lokesh||Finite Elements|0 |
Views 3,111
I ran a simple 3D model with symmetry boundary conditions first using elastic material and then as hypoplastic using a subroutine. However, in the former case, I don’t get the […] -
Micropiles load tests database
Majd Abou Alhaija||Finite Elements|0 |
Views 2,460
Hello, This Abou Alhaija Majd, Ph.D. student at Technical University of Civil Engineering Bucharest, i am looking for Micropiles load test data to be used for calibration in my study, […] -
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
Zbraslav sand – Cyclic tests by Charles University 17.1.2023
-
New features in Excalibre 17.1.2023
-
Sanisand 13.1.2023
-
SaniSand Model in Plaxis 3D 9.12.2022
-
The GA-cal software for the automatic calibration of soil constitutive laws 2.12.2022
-
Abaqus OneAPI Compiler 10.11.2022
-
Few more Question on calculating lateral displacement of pile using hypoplastic clay model 3.10.2022
-
A question about the hypoplastic model in clay 22.9.2022
-
A High-Cycle Accumulation Model for Sand (Niemunis et al., 2005) 6.9.2022
-
Malaysian kaolin – Cyclic tests by Charles University 5.9.2022
-
Problem in calculating Lateral displacement of the pile using Hypoplastic clay model 2.9.2022
-
GTS NX 25.7.2022
Recent Comments
- Shruthija Sreeram on UMAT Implementation in Abaqus (Hypoplastic clay Subroutines)
- Paul Le Roux on Zbraslav sand – Cyclic tests by Charles University
- Amrane Moussa on Download package of a complete dataset “Zbraslav sand – Cyclic tests by Charles University”
- Francisco Mendez on The GA-cal software for the automatic calibration of soil constitutive laws
- Abolfazl Najafi on The GA-cal software for the automatic calibration of soil constitutive laws
- Arie Koot on SaniSand Model in Plaxis 3D
- Sajjad Shakeri on UDSM PLAXIS
- Anis Kheffache on Abaqus OneAPI Compiler
- Kassem Dib on How can I solve the error in Abaqus mentioned below?
- Dimitrios Konstantinidis on Issues in getting the negative values of q (mean deviatoric stress) while simulating cyclic triaxial test in ABAQUS using SANISAND subroutine.
- Tomáš Kadlíček on Download Package of Charles University Implementation of High Cycle Accumulation Model
- Safia EDAOUDI on Simulating Oedometer test in PLAXIS
- Safia EDAOUDI on Simulating the oedometric test with Abaqus
- MOHD SAQIB on Issues in getting the negative values of q (mean deviatoric stress) while simulating cyclic triaxial test in ABAQUS using SANISAND subroutine.
- Dimitrios Konstantinidis on Issues in getting the negative values of q (mean deviatoric stress) while simulating cyclic triaxial test in ABAQUS using SANISAND subroutine.
- Guilherme Castro on Download Package of Charles University Implementation of High Cycle Accumulation Model
- Giada Orlando on Download Package for Hypoplastic interface model and UMAT – FRIC interface
- Paul Le Roux on PM4Sand and PM4Silt models available
I think you need to rename the file from *.for to *.f. There should not be any change in the code needed. This is like with C++, sometimes extension *.cc is used, sometimes *.cpp. David