-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #518 from CFD-GO/merge/develop
Merging `master` changes to `develop`
- Loading branch information
Showing
25 changed files
with
688 additions
and
320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<CLBConfig version="2.0" permissive="true" output="output/"> | ||
<Units> | ||
<Param name="D" value="1m" gauge="16"/> | ||
<Param name="L" value="1x" gauge="4m"/> | ||
<Param name="DT" value="1" gauge="0.00004s"/> | ||
<Param name="rho" value="1kg/m3" gauge="1"/> | ||
</Units> | ||
<Geometry nx="1x" ny="1x" nz="1x" px="-0.5x" py="-0.5x" pz="-0.5x"> | ||
<BGK><Box/></BGK> | ||
</Geometry> | ||
<Model> | ||
<Param name="aX_mean" value="100Pa/m"/> | ||
<Param name="nu" value="1m2/s"/> | ||
<RemoteForceInterface integrator="SIMPLEPART"> | ||
<SimplePart> | ||
<Particle x="0" y="0" z="0" r="1" log="y" omegaz="10"/> | ||
<!-- 10m/s --> | ||
<Log Iterations="1" rotation="true"/> | ||
</SimplePart> | ||
</RemoteForceInterface> | ||
</Model> | ||
<VTK Iterations="1000" what="U,Solid"/> | ||
<Log Iterations="100"/> | ||
<Solve Iterations="10000"/> | ||
</CLBConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<CLBConfig version="2.0" permissive="true" output="output/"> | ||
<Units> | ||
<Param name="D" value="1m" gauge="64"/> | ||
<Param name="DT" value="1" gauge="0.00004s"/> | ||
<Param name="rho" value="1kg/m3" gauge="1"/> | ||
<!-- 1/s --> | ||
<!-- 40m/s 10m/s--> | ||
</Units> | ||
<Geometry nx="2m" ny="1m+2" nz="2m" px="-1.0m" py="-0.5m-1" pz="-1.0m"> | ||
<BGK><Box/></BGK> | ||
<Wall><Box ny="1"/><Box ny="-1"/></Wall> | ||
</Geometry> | ||
<Model> | ||
<Param name="aX_mean" value="100Pa/m"/> | ||
<Param name="nu" value="1m2/s"/> | ||
<RemoteForceInterface integrator="SIMPLEPART"/> | ||
</Model> | ||
<VTK Iterations="100" what="U,Solid"/> | ||
<Log Iterations="100"/> | ||
<Solve Iterations="10000"/> | ||
</CLBConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<SimplePart dt="0.00004"> | ||
<Particle x="0" y="-0.4" z="0" r="0.1" log="y" vz="5" omegax="100"/> | ||
<Periodic x="2" z="2"/> | ||
<Log name="output/forces.csv" Iterations="1" rotation="true"/> | ||
</SimplePart> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.