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
-
Boundary value problems for granular materials subjected to earthquake loading
MOHD SAQIB||Finite Elements|1 |Views 4,014
Dear All, Hope you all well, I have been searching for some good publications on the Boundary value problems on Foundation system with granular materials subjected to earthquake loading or […] -
Barodesy download package including small strain stiffness and strength reduction (UMAT and PLAXIS dll)
Manuel Bode||Finite Elements|0 |Views 4,106
A new download package for Clay Barodesy is available in the download section (https://soilmodels.com/barodesy/) The model uses the basic model of barodesy for clay (Medicus G. and Fellin W. 2017) […] -
UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
anis kheffache||Finite Elements|9 |Views 3,528
Dear all, A while ago, a person asked about the hypoplasticity umats, the problem was that the umats were not working when compiled using the oneAPI fortran compiler, an error […] -
HP clay subroutine in Plaxis
muhammad shakeel||Finite Elements|5 |Views 5,063
Dear Prof. Masin and Soil Model Community, I am using HP clay subroutine in Plaxis 3D to simulate soil structure interaction problem. I want void ratio and OCR variation along […] -
liquefaction simulation with abaqus
Ruibin Hou||Finite Elements|7 |Views 5,624
Hello, everyone I am an abaqus user and developer. Recently, I want to simulating the liquefaction phenomenon with abaqus/standard or abaqus/explicit. As I know, this cannot be realized using the […] -
Boundary Conditions of Masin 2005 Paper for clay hypoplasticity
Shen Wang||Finite Elements|4 |Views 4,515
Hello, I am using clay hypoplastic umat code and trying to verify the code with the simulation on the paper of Prof. Masin. I found in the paper (Masin, 2005, […] -
Hypoplastic model for thermal cycles (Abaqus)
Chiara Iodice||Finite Elements|2 |
Views 4,400
Dear all, I’m using the UMAT file in which the hypoplastic model for thermal cycles is implemented. In the Abaqus input file I have added the two lines necessary to […] -
Using pore fluid-stress element in SandSand
Kassem Dib||Finite Elements|1 |Views 4,210
Hello everyone, Is it possible to use pore fluid- stress element in abaqus standard when soil is modeled using SANISAND constitutive model ? (UMAT)
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
Postdoctoral position at COFS, UWA 28.7.2025
-
Hypoplasticity clay in ABAQUS 23.7.2025
-
Drucker-Prager Cap 29.5.2025
-
Abaqus RITSS with hypoplastic 9.4.2025
-
Fellin UMAT subroutine 2.4.2025
-
Hypoplasticity clay for triaxial compression in abaqus 26.3.2025
-
Abaqus RITSS methon for LDFE analysis with hypoplastic 17.3.2025
-
Request for VUMAT Implementation of Mohr-Coulomb, Drucker-Prager, or Drucker-Prager Cap 28.2.2025
-
Suggestions for an Advanced Constitutive Model in FEM-Based Dynamic Slope Stability Analysis 12.2.2025
-
Hardening Soil or Hardening Soil-Small umat in Abaqus 2.1.2025
-
hypoplastic interface 11.12.2024
-
Triaxial Test Driver SANISAND 30.10.2024
Recent Comments
- Nabanita Saha on SANISAND Abaqus UMAT and Plaxis implementations
- Tian Fapai on SANISAND Abaqus UMAT and Plaxis implementations
- Heng Wang on Multilaminate Model (Schädlich & Schweiger)
- Zhang Hongwei on Download Package of Charles University Implementation of High Cycle Accumulation Model
- Ruimin Chen on Problem with VUMAT interface
- Nitesh Bhume on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Aleksandar Kostadinovic on Karlsruhe fine sand – Cyclic tests (T. Wichtmann)
- Amrane Moussa on Kadlíček, T., Ochmański, M., Mašín, D. and Duque, J. (2022) Report on Charles University implementation of high cycle accumulation model
- Ramon Varghese on SANISAND for FLAC3D Download
- Shuhan Cao on Hardening Soil or Hardening Soil-Small umat in Abaqus
- Kuikui Guigui on Hypoplastic Interface Model (Stutz et al., 2016)
- Kuikui Guigui on Download Package for Hypoplastic interface model and UMAT – FRIC interface
- Francisco José Mendez on Programme of the ALERT Olek Zienkiewicz school on Constitutive Modelling of Geomaterials, February 3 to 7, 2025, Prague, Czech Republic
- Francisco José Mendez on REQUEST FOR EXPRESSIONS OF INTEREST (REOI) FOR PROJECT IN CONSTITUTIVE MODELLING
- Lars Vabbersgaard Andersen on GroundVib.setup.web.exe
- Maria Manakou on GroundVib.setup.web.exe
- Jay Chou on Abaqus RITSS methon for LDFE analysis with hypoplastic
- Tongyu Di on Abaqus RITSS methon for LDFE analysis with hypoplastic





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