Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1507f2d

Browse files
authored
Update README to highlight settings file locations
1 parent645a45c commit1507f2d

File tree

1 file changed

+8
-8
lines changed
  • tutorials/unresolvedSpherePFPlus/flatSpoutedBed

1 file changed

+8
-8
lines changed

‎tutorials/unresolvedSpherePFPlus/flatSpoutedBed/README.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In `settings/particlesDict`, two dictionaries — `positionParticles` and `setFi
2222
The`positionParticles` dictionary uses the`ordered` method to position particles in a box region.`orderedInfo` sets`numPoints` = 12,000,`distance` = 0.003 m, and`axisOrder` = (z x y).
2323

2424
<divalign="center">
25-
in**settings/particlesDict**
25+
in<b>settings/particlesDict</b>
2626
</div>
2727

2828
```C++
@@ -50,7 +50,7 @@ positionParticles
5050
The`setFields` dictionary defines initial particle fields (velocity, rotational velocity, and shape name). Ensure the`shapeName` matches the name in`caseSetup/shapes` (here,`sph1`).
5151

5252
<divalign="center">
53-
in**settings/particlesDict**
53+
in<b>settings/particlesDict</b>
5454
</div>
5555

5656
```C++
@@ -79,7 +79,7 @@ particlesPhasicFlow
7979
The`surfaces` dictionary defines walls. This case uses a built-in cuboid wall. Provide the center point and edge lengths to define the cuboid.
8080

8181
<divalign="center">
82-
in**settings/geometryDict**
82+
in<b>settings/geometryDict</b>
8383
</div>
8484

8585
```C++
@@ -107,7 +107,7 @@ geometryPhasicFlow
107107
In`caseSetup/interaction` define material properties and interaction parameters.`materials` lists material names and`densities` their densities. The`model` dictionary specifies contact force and rolling friction models and related parameters.
108108

109109
<divalign="center">
110-
in**caseSetup/interaction**
110+
in<b>caseSetup/interaction</b>
111111
</div>
112112

113113
```C++
@@ -149,7 +149,7 @@ model
149149
In `caseSetup/shapes`, define particle names, diameters, and materials:
150150
151151
<div align="center">
152-
in**caseSetup/shapes**
152+
in<b>caseSetup/shapes</b>
153153
</div>
154154
155155
```C++
@@ -163,7 +163,7 @@ materials (sphereMat);
163163
`settings/domainDict` defines a rectangular bounding box. Particles exiting the box are deleted.
164164

165165
<divalign="center">
166-
in**settings/domainDict**
166+
in<b>settings/domainDict</b>
167167
</div>
168168

169169
```C++
@@ -213,7 +213,7 @@ boundaries
213213
Additional parameters live in`settings/settingsDict`: timesteps, start/end times, save intervals, gravity, and integration method.
214214

215215
<divalign="center">
216-
in**settings/settingsDict**
216+
in<b>settings/settingsDict</b>
217217
</div>
218218

219219
```C++
@@ -253,7 +253,7 @@ sphereGranFlow
253253
For coupling, edit`couplingProperties` under`constant`. This example uses the DiFelice drag closure and`adaptiveGaussian` for mapping particle properties to fluid cells. Because the jet region has small cells,`adaptiveGaussian` is a suitable choice even when the cell-to-particle-size ratio is about 1.
254254

255255
<divalign="center">
256-
in**settings/settingsDict**
256+
in<b>settings/couplingProperties</b>
257257
</div>
258258

259259
```C++

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp