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
-
Issues with Tochnog Professional not posting groundflow velocities
Fernando Lorenzo||Finite Elements|3 |
Views 3,725
I have been a =n user of the open source version of Tochnog for since 2004. I have been one of the maintainers and have contributed to the capabilities of […] -
Issue in applying SANISAND04 UMAT to Boundary-Value-Problem
Bala Harsha Srusti||Finite Elements|1 |
Views 1,992
Hi All, I am currently working on a research problem involving the implementation of the SANISAND04 UMAT (Soil models) in Abaqus for embankment analysis. While I have successfully tested the […] -
ABAQUS Mesh-to-mesh solution mapping with Modified Cam Clay
Samanthika Liyanapathirana||Finite Elements|0 |
Views 4,422
I am using the mesh-to-mesh solution mapping with MCC model. The element type used is CPE8RP. My initial analysis runs without any issue and when the deformations reach a certain […] -
ABAQUS-UMAT Help
Mehmet Gocmez||Finite Elements|2 |
Views 913
Hi everyone, I would like to ask if anyone has an example umat file for me to study to work on my master thesis researches. I would like to create […] -
Problem in calculating Lateral displacement of the pile using Hypoplastic clay model
arsalan Ahmad||Finite Elements|4 |
Views 3,948
Hy Professor David, I am trying to verify the result of one of your paper by the title ‘Cyclic lateral response and failure mechanisms of semi-rigid pile in soft clay: […] -
liquefaction simulation with abaqus
Ruibin Hou||Finite Elements|7 |
Views 5,216
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 […] -
Drucker-Prager Cap
litchi litchi||Finite Elements|0 |
Views 873
At present, I am trying to realize Drucker-Prager Cap model by using vusdfld and usdfld of abaqus. If anyone is willing to share their work, I would be grateful! -
UMAT for hypoplastic subroutine
Naif Alsanabani||Finite Elements|5 |
Views 4,974
Hello all, Could you please anyone provide me umat for Hypoplastic model that used as subroutine in Abqus 6.14. With Best Regards Naif Mohammed
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
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
-
REQUEST FOR EXPRESSIONS OF INTEREST (REOI) FOR PROJECT IN CONSTITUTIVE MODELLING 23.10.2024
-
Programme of the ALERT Olek Zienkiewicz school on Constitutive Modelling of Geomaterials, February 3 to 7, 2025, Prague, Czech Republic 11.10.2024
Recent Comments
- 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
- Dingxin Zhang on Errors of sand hypoplastic model with Abaqus Vumat
- Linares De Castro on GroundVib.setup.web.exe
- Chris Eskandari on Drucker Prager Cap Hardening Model
- Hu Shihong on SANISAND for FLAC3D Download
- Ulas Cilingir on SANISAND for FLAC3D Download
- Pouya Zahedi on UMAT Code for Modified Cam Clay model
- Xiuzhe Wang on Hypoplasticity sand convergence issues
- Zheng Wanying on Example of FLAC3D data file
- Zheng Wanying on SANISAND for FLAC3D Download
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