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 calculating Lateral displacement of the pile using Hypoplastic clay model
arsalan Ahmad||Finite Elements|4 |Views 3,720
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: […] -
SANISAND dll
Emilio Bilotta||Finite Elements|2 |Views 3,969
Hi there, I’ve used successfully used SANISAND .dll with Plaxis 2016, but after switching to 2017 and now 2018 the .dll seems not to work (the parameter fields appear without […] -
In Abaqus how do we use *DLOAD for defining both user-defined pressure and body force simultaneously?
Ashesh Choudhury||Finite Elements|0 |Views 744
In Abaqus how do we use *DLOAD for defining user-defined pressure and body force simultaneously? I want to user-define both body fore and pressure. -
Connecting remote sensors to the Plaxis FEM 3D using python
Amir Farshadfar||Finite Elements|0 |Views 4,546
Dear I want to connect remote sensors to my engineering software Plaxis FEM 3D. Some days ago I was able to connect the python to the Plaxis FEM 3D, but […] -
UMAT Implementation in Abaqus (Hypoplastic clay Subroutines)
Lovinder Mann||Finite Elements|4 |Views 4,257
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 […] -
Plaxis 3D Tunnel
Mesut Demir||Finite Elements|0 |Views 3,922
Hi Everybody, I would like to ask an error problem where I am getting while using Plaxis 3D tunnel V 1.2. Previously I was using the software with Windows 7 […] -
ABAQUS Mesh-to-mesh solution mapping with Modified Cam Clay
Samanthika Liyanapathirana||Finite Elements|0 |Views 4,186
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 […] -
UMAT code for Unsaturated soil modes
Arghya Das||Finite Elements|1 |Views 4,448
Hello Everyone, I am trying to implement an unsaturated soil model (BBM or similar) in ABAQUS using UMAT. We want to assign a pore-pressure boundary condition for simulating the drying […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
- 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
- Connecting remote sensors to the Plaxis FEM 3D using python 26.7.2024
- Intergranular Strain Extensions 16.7.2024
- Abaqus Hypoplasticity Primary Variable Is Not Available 1.7.2024
- Vumat to calculate excess pore in Coupled Eulerian-Lagrangian ABAQUS 1.7.2024
- Drucker Prager Cap Hardening Model 20.6.2024
- Soil model for sand under drained cyclic loading 15.6.2024
- In Abaqus how do we use *DLOAD for defining both user-defined pressure and body force simultaneously? 15.6.2024
Recent Comments
- Xiuzhe Wang on Hypoplasticity sand convergence issues
- Zheng Wanying on Example of FLAC3D data file
- Zheng Wanying on SANISAND for FLAC3D Download
- Anis Kheffache on Problem in using Hypoplastic model for sand in Abaqus.
- Micha Van der Sloot on PM4Sand for Plaxis Download
- Kiruthika Perumal on PM4Sand for Plaxis Download
- Shishir Kumar Sikder Amit on Mohr Coulomb umat in Abaqus
- Zhentao Liu on Hypoplasticity sand convergence issues
- Zhentao Liu on Combining Hypoplastic-sand and Hypoplastic-clay in one UMAT file
- Sumin Song on Clay and Sand hypoplasticity UMAT and Plaxis implementations, including UMAT-Plaxis interface
- KHA DIDJA on Issue in applying SANISAND04 UMAT to Boundary-Value-Problem
- Zhentao Liu on Problem in simulating CPT using SANISAND04
- Jin-Hu Li on Problem in simulating CPT using SANISAND04
- Johan Clausen on Triaxial compression test using Mohr-Coulomb model in Abaqus
- Ismail Khan on SANISAND for FLAC3D Download
- Tao Zhu on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Lei DAI on SANISAND for FLAC3D Download
- Yu Xiao on “Warning LNK4210” – hypoplastic clay UMAT
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