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 747
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. […] -
Interpreting results of sand hypoplastic model with Abaqus VUMAT
arsalan Ahmad||Finite Elements|0 |
Views 967
Dear concern, Recently i have modelled the soil pile interaction using Abaqus CEL method. The hypoplastic behavior of the soil is model using user subroutine VUMAT. The properties of the […] -
Modeling of triaxial test sample by using hypoplastic subroutine
Naif Alsanabani||Finite Elements|7 |
Views 1,156
I tried to model sample of triaxial test in Abaqus program. I used hypoplastic subroutine. The parameters used in hypoplastic model was Hochstetten sand the given in website “https://web.natur.cuni.cz/uhigug/masin/plaxumat/node5.html”. The […] -
hypoplasticity model with Abaqus umat on Brno clay
mahdie masoudi||Finite Elements|5 |
Views 1,024
Dear all, I am a Ph.D. student at Kharazmi University. Recently I have been trying to simulate a triaxial compression test using the hypoplasticity model for clay using ABAQUS. The […] -
Geostatic method for Abaqus/Explicit
Joe Chu||Finite Elements|3 |
Views 1,647
Dear all, I recently conducted a numerical simulation of pile-soil interaction. I digged a vertical hole and insert the pile into that with general contact. Due to many reasons, I […] -
Transient Dynamic analysis (U-P formulation)
anis kheffache||Finite Elements|4 |
Views 1,438
Hi everyone, i want to carry out some transient dynamic analysis. as far as I know, dynamic steps in abaqus does not allow for pore pressure build-up and dissipation, and […] -
Interface to study soil-structure interaction in Plaxis 3D (Clay Hypoplasticity)
Leon Cortes||Finite Elements|6 |
Views 3,123
Hello, I am trying to simulate the behavior of helical anchors (also called screw anchors) using PLAXIS 3D and a clay hypoplasticity constitutive model. The helical anchor shaft is simulated […] -
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
Shear modulus degragation 12.5.2022
-
FRIC code for clay hypoplasticity interface 23.4.2022
-
Hypo-umat sand 18.4.2022
-
Hypo-umat sand 18.4.2022
-
Using pore fluid-stress element in SandSand 9.4.2022
-
“Warning LNK4210” – hypoplastic clay UMAT 8.4.2022
-
Prague Geotechnical Days 2022 with Prague Geotechnical Lecture by prof. Cino Viggiani 7.4.2022
-
Micropiles load tests database 26.3.2022
-
DIANA 10.5 new features 10.3.2022
-
Input files for element tests for hypoplastic clay/sand UMAT 6.3.2022
-
Combining Hypoplastic-sand and Hypoplastic-clay in one UMAT file 2.3.2022
-
UMAT code for Unsaturated soil modes 19.2.2022
Recent Comments
- Alireza Lajmiri on Download package of ISA cyclic hypoplasticity for Abaqus
- Baban Bapir on Shear modulus degragation
- Rakshanda Showkat on SANISAND for FLAC3D Download
- HaoRan OUYANG on Using pore fluid-stress element in SandSand
- HaoRan OUYANG on Course “Hypoplasticity for Practical Applications”
- Miracle Dai on Hypo-umat sand
- Kassem Dib on liquefaction simulation with abaqus
- Kassem Dib on liquefaction simulation with abaqus
- Kassem Dib on liquefaction simulation with abaqus
- Kassem Dib on Transient Dynamic analysis (U-P formulation)
- Yifei Sun on matlab driver
- SPARSHA SINDURI NAGULA on SANISAND Abaqus UMAT and Plaxis implementations
- Srinivas Vivek Bokkisa on Modelling TX monotonic compressive test with ABAQUS and SANISAND – not working
- MOHD SAQIB on Modelling TX monotonic compressive test with ABAQUS and SANISAND – not working
- Srinivas Vivek Bokkisa on Modelling TX monotonic compressive test with ABAQUS and SANISAND – not working
- Jesus Mediavilla on DIANA FEA 10.3 new release – special on geotechnics
- Keng-Wit Lim on UMAT code for Unsaturated soil modes
- MOHD SAQIB on Modelling TX monotonic compressive test with ABAQUS and SANISAND – not working
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