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 in GRPS embankment simulation In ABAQUS
Bidur Pathak||Finite Elements|0 |
Views 3,225
Hi, I am doing Plane strain 2D simulation of GRPS embankment in ABAQUS, i encountered a problem that results of with geogrid and without geogrid both are showing same deflection. […] -
hypoplasticity models in free Tochnog Professional
Silvia Imposimato||Finite Elements|0 |
Views 3,548
In this post we will list built-in hypoplasticity formulations in the free Tochnog Professional program. Since these hypoplasticity options are built-in there is no need to link external umat routines. […] -
SANISAND umat issue
Philip Alkhoury||Finite Elements|2 |
Views 3,495
Hello everyone; I have implemented the Sanisand constitutive model (UMAT) in abaqus in the scope of performing a dynamic analysis on a 3D soil-pile interaction problem. I have succeded in […] -
ABAQUS modeling: Warning about unconnected regions when using hypoplasticity subroutine
Jasmine Lokesh||Finite Elements|0 |
Views 4,570
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 […] -
Consolidation analysis using HP clay model in Plaxis
muhammad shakeel||Finite Elements|1 |
Views 3,890
Dear Prof David / SOil model community, I am performing coupled consolidation analysis for deep excavation in clay using HP clay model in Plaxis 3D. Performing the undrained analysis, the […] -
EasyTochnog input file generator
Dennis Roddeman||Finite Elements|0 |
Views 3,303
Hi All, Tochnog Professional now has an EasyTochnog extension, see http://www.tochnogprofessional.nl/easy_tochnog/page.php. With simple input data like pile diameter, pile length, slope geometry, sheet pile data, etc. a complete Tochnog Professional […] -
set cavitation limit in ABAQUS/STANDARD when using SANISAND umat
Zhentao Liu||Finite Elements|6 |
Views 2,973
Dear all I am recently working on the mechanical characteristics of large diameter monopiles under horizontal loads.The numerical simulation part of this project was carried out in ABAQUS/STANDARD and for […] -
ABAQUS job doesn’t make any increment
Abdullah Al-Rawabdeh||Finite Elements|0 |
Views 4,041
Hi, I’m facing a problem with my model. I’m trying to simulate a helical pile in soil. When I create the job, my job doesn’t make any increment and the […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
sand liquefaction modelling in Anura3D 8.12.2023
-
BCV bentonite experimental and modelling datasets 14.11.2023
-
Challenges in simulating geomechanical models using Mohr-Coulomb with Tension Cut-Off in Abaqus 20.10.2023
-
Analys soil liquefaction with Abaqus under blast load 19.10.2023
-
Hardening soil Model UMAT 13.9.2023
-
Problem with VUMAT interface 20.8.2023
-
UMAT and oneAPI compiler issues. (SOLVED…i hope :p) 5.8.2023
-
Oedometric Test Soil Test Plaxis 21.7.2023
-
Problem in simulating CPT using SANISAND04 10.7.2023
-
Problem with UMAT for clay hypoplasticity. Program exiting. 30.6.2023
-
Example of FLAC3D data file 10.6.2023
-
sigini ans sdvini subroutine example for soil model in Abaqus 6.6.2023
Recent Comments
- Nikolay Suyo Calla on Hardening soil Model UMAT
- Johan Clausen on Challenges in simulating geomechanical models using Mohr-Coulomb with Tension Cut-Off in Abaqus
- Zhenyu Liu on Problem in using Hypoplastic model for sand in Abaqus.
- Dorsa Shadlou on SANISAND for FLAC3D Download
- Shuo Feng on Download Package of Matlab Driver
- Ajay Jatoliya on SANISAND for FLAC3D Download
- Isma Khabis on Hardening soil Model UMAT
- Anis Kheffache on Hardening soil Model UMAT
- Isma Khabis on Hardening Soil Model in Abaqus
- Fatemeh Safari on Matlab Driver
- KF JIAO on SANISAND Abaqus UMAT and Plaxis implementations
- Abdiel Ramon Leon Bal on Problem in simulating CPT using SANISAND04
- An Zhanng on Problem in simulating CPT using SANISAND04
- Giovanni Ciardi on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Anis Kheffache on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Giovanni Ciardi on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Anis Kheffache on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Giovanni Ciardi on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
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