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
-
Hypoplastic model for thermal cycles in clay (Abaqus)
Sherif Gomaa||Finite Elements|2 |
Views 1,658
Dear all, I’m using the UMAT file in which the hypoplastic model for thermal cycles is implemented. I have done some runs for an axisymmetrical model for a single energy […] -
Tochnog Professional 100 element free version, www.tochnogprofessional.nl
dennis roddeman||Finite Elements|0 |
Views 344
The Tochnog Professional finite element program is now available as free version with 100 elements. It can be downloaded without registration from http://www.tochnogprofessional.nl. Several commercial and free pre- and postprocessors […] -
Skin friction along depth of pile
Md Shafiqul Islam||Finite Elements|0 |
Views 241
Dear all, I am simulating static pile load test in the rock by using ABAQUS. For comparison of numerical results with the experimental, I need skin friction vs depth plot. […] -
Problem with Hypoplastic Vumat use with CEL in Abaqus
Abdulkader ELHAJ||Finite Elements|0 |
Views 186
Hello all, I am currently working on the FE modeling of anchors installation into the soil using the CEL analysis in Abaqus. I tried to use the hypoplastic vumat for […] -
Modeling of triaxial test sample by using hypoplastic subroutine
Naif Alsanabani||Finite Elements|7 |
Views 435
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 […] -
finite element modeling of ISA-HP for sand material
arad ahmadi radin||Finite Elements|1 |
Views 247
On the simulation of the cyclic mobility effect with an ISA -hypoplastic hypoplastic hypoplastic model, is it possible to simulate 3D liquefiable sandy soil by available u-mat file which is […] -
ABAQUS modeling: Warning about unconnected regions when using hypoplasticity subroutine
Jasmine Lokesh||Finite Elements|0 |
Views 630
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 […] -
SANISAND umat issue
Philip Alkhoury||Finite Elements|1 |
Views 243
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 […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
Two postdoctoral positions in computational mechanics in Ben Gurion university and Ariel university, Israel, are available immediately 28.2.2021
-
K0 determination Reloading using HP clay model 22.2.2021
-
Seismic Liquifaction 11.2.2021
-
Modelling cyclic loads in Tochnog 11.2.2021
-
Soft soil model vs Soft soil creep model 8.2.2021
-
Boundary value problems for granular materials subjected to earthquake loading 8.2.2021
-
Guidance for a newbie 6.2.2021
-
Modelling Rate-dependent behaviour of clay [Urgent] 1.2.2021
-
Postdoctoral Fellowship in computational geomechanics 27.1.2021
-
USDM – Creep -SCLAY1S 25.1.2021
-
Hardening Soil Model in Abaqus 25.1.2021
-
Effects of water content in sand in hypoplastic strength parameters 25.1.2021
Recent Comments
- Mehdi Joneidi on A problem of convergence from using Hypoplastic model in Abaqus
- Mehdi Joneidi on Boundary value problems for granular materials subjected to earthquake loading
- Mehdi Joneidi on Kadlíček, T. and Mašín, D. (2020). The strength reduction method in clay hypoplasticity. Computers and Geotechnics (in print)
- David Mašín on Kadlíček, T. and Mašín, D. (2020). The strength reduction method in clay hypoplasticity. Computers and Geotechnics (in print)
- Mehdi Joneidi on Kadlíček, T. and Mašín, D. (2020). The strength reduction method in clay hypoplasticity. Computers and Geotechnics (in print)
- Micha Van der Sloot on PM4Sand for Plaxis Download
- Eduardo Muguet on PM4Sand for Plaxis Download
- Sudipta Bhowmick on Subroutine of SANISAND model
- Sudipta Bhowmick on SANISAND (Dafalias and Manzari, 2004)
- Osama Dar on Guidance for a newbie
- Arie Koot on Seismic Liquifaction
- Emrecan Güven on Guidance for a newbie
- Osama Dar on Guidance for a newbie
- Gertraud Medicus on Guidance for a newbie
- Juan Tello on Clay hypoplasticity with strength reduction (umat and Plaxis dll).
- Juan Tello on UMAT Implementation of Sand Hypoplasticity by UIBK
- Micha Van der Sloot on PLAXIS
- Micha Van der Sloot on USDM – Creep -SCLAY1S
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