Skip to content

Commit be7744b

Browse files
committed
Update README.md
1 parent 4244ef1 commit be7744b

File tree

5 files changed

+31
-13
lines changed

5 files changed

+31
-13
lines changed

README.md

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The concrete material properties and parameters that have to be properly defined
5555

5656
***Note***
5757

58-
*The fracture energy (6) is not currently used, but has to be inputted with any number, e.g., "0".*
58+
*The fracture energy (6) is not currently used, but has to be inputted with any value, e.g., "0" (do not leave in blank!).
5959

6060
*For the detailed information about the parameters (8) ~ (13), please see [Grassl et al. (2013)](https://www.sciencedirect.com/science/article/pii/S0020768313002886?via%3Dihub)*
6161

@@ -64,7 +64,6 @@ The concrete material properties and parameters that have to be properly defined
6464
</p>
6565

6666
<div style="text-align:center"><i><b>Figure 2.</b> Material Properties and parameters defined for CDPM2 (imamge captured from "cdpm2vumat.f")</i></div>
67-
6867
<br />
6968

7069

@@ -81,8 +80,6 @@ The solution-dependent state variables (hereafter termed state variables or SDVs
8180

8281
<div style="text-align:center"><i><b>Figure 3.</b> state variables (SDVs) defined for CDPM2 (imamge captured from "cdpm2vumat.f")</i></div>
8382

84-
85-
8683
<br />
8784

8885
## How to Input Properties/Parameters for CDPM2
@@ -106,7 +103,6 @@ To link the VUMAT of CDPM2 (***cdpm2vumat.f***) with ABAQUS, the values for the
106103
</p>
107104

108105
<div style="text-align:center"><i><b>Figure 4.</b> "Depvar" defined for cdpm2vumat.f </i></div>
109-
110106
<br />
111107

112108
- ***User Material***
@@ -121,17 +117,39 @@ To link the VUMAT of CDPM2 (***cdpm2vumat.f***) with ABAQUS, the values for the
121117

122118
<div style="text-align:center"><i><b>Figure 5.</b> "User Material" defined for cdpm2vumat.f </i></div>
123119

124-
125-
126120
<br />
127121

128122
## Running ABAQUS with CDPM2
129123

124+
This section introduces two ways to run ABQUS input file with *VUMAT* of CDPM2 (*cdpm2vumat.f*): one (1) on Abaqus/CAE or the other (2) on server.
125+
130126
#### On Abaqus/CAE
131127

132-
***To be updated.***
128+
The step-by-step procedure for running ABAQUS with CDPM2 on Abaqus/CAE is as follows:
129+
130+
1. open CAE file
131+
132+
2. Go to *Step* module.
133+
134+
Field output request.
135+
136+
Check ***SDV, solution dependent state variables*** under State/Field/User/Time.
137+
138+
<p align="center">
139+
<img src="step1-1.png" alt="step1-1" width="100%">
140+
</p>
141+
142+
3. Go to *Job* module and do *Edit Job*.
143+
144+
Under *General*, **locate the folder that contains** ***cdpm2vumat.f***.
145+
146+
<p align="center">
147+
<img src="step1-2.png" alt="step1-2" width="100%">
148+
</p>
133149

150+
4. Submit the job.
134151

152+
135153

136154
<br />
137155

@@ -144,7 +162,7 @@ The step-by-step procedure for running ABAQUS with CDPM2 on a server platform is
144162
1. open any *ssh* (Secure Shell) client and access the server
145163

146164
<p align="center">
147-
<img src="step2.png" alt="step2" width="70%">
165+
<img src="step2-1.png" alt="step2-1" width="70%">
148166
</p>
149167

150168
2. move to the folder where the input file and *cdpm2vumat.f* are located.
@@ -154,10 +172,10 @@ The step-by-step procedure for running ABAQUS with CDPM2 on a server platform is
154172
***abaqus job=input_file_name user=cdpm2vumat.f double=both***
155173

156174
<p align="center">
157-
<img src="step3.png" alt="step3" width="80%">
175+
<img src="step2-2.png" alt="step2-2" width="80%">
158176
</p>
159177

160-
(here, "opt/abaqus/6.14.6/ecn/bin" was aforetyped to specify the folder that contains Abaqus command file)
178+
(here, "opt/abaqus/6.14.6/ecn/bin/" was aforetyped to specify the folder that contains Abaqus command file)
161179

162180
4. open the created *odb* file via Abaqus/CAE once the run is done.
163181

@@ -167,7 +185,7 @@ The step-by-step procedure for running ABAQUS with CDPM2 on a server platform is
167185

168186
## Examples
169187

170-
***To be updated.***
188+
(***To be updated.***)
171189

172190

173191

@@ -185,4 +203,4 @@ The step-by-step procedure for running ABAQUS with CDPM2 on a server platform is
185203

186204
<br />
187205

188-
*Please email me if you have any troubles using ABAQUS-CDPM2 at <[email protected]>*
206+
*Please email me at <[email protected]> if you have any troubles using ABAQUS-CDPM2*

step1-1.png

811 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)