Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
calypso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
faser
calypso
Merge requests
!359
Add 5m of concrete in front of trench
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add 5m of concrete in front of trench
dcasper/calypso:fasernu-04-wall
into
FASERNU-04
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Dave Casper
requested to merge
dcasper/calypso:fasernu-04-wall
into
FASERNU-04
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
FASERNU-04
FASERNU-04 (base)
and
latest version
latest version
877c69f9
1 commit,
1 year ago
2 files
+
27
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
FaserGeometryCommon/TrenchGeoModel/data/Trench.gdml
+
25
−
1
Options
@@ -10,6 +10,7 @@
<constant
name=
"RampLengthZ"
value=
"8422"
/>
<constant
name=
"RampMinThickness"
value=
"2000"
/>
<constant
name=
"RampSlope"
value=
"0.08533"
/>
<constant
name=
"WallThickness"
value=
"5000"
/>
</define>
<materials>
<isotope
N=
"1.400000000000000e+01"
Z=
"7.000000000000000e+00"
name=
"N140x8e46440"
>
@@ -196,6 +197,7 @@
v5x=
"-RampWidth/2"
v5y=
"-RampMinThickness"
v6x=
"RampWidth/2"
v6y=
"-RampMinThickness"
v7x=
"RampWidth/2"
v7y=
"0"
v8x=
"-RampWidth/2"
v8y=
"0"
dz=
"RampLengthZ/2"
/>
<box
name=
"world"
lunit=
"mm"
x=
"WorldSize"
y=
"WorldSize"
z=
"WorldSize"
/>
<box
name=
"faserWall"
lunit=
"mm"
x=
"RampWidth"
y=
"(RampSlope*RampLengthZ+RampMinThickness)"
z=
"WallThickness"
/>
<xtru
name=
"trenchOutline"
lunit=
"mm"
>
<twoDimVertex
x=
"-249.75647241976003"
y=
"-3162.7618497323056"
/>
<twoDimVertex
x=
"436.065806982358"
y=
"-3162.7608114181166"
/>
@@ -212,6 +214,11 @@
<section
zOrder=
"0"
zPosition=
"-375.0"
xOffset=
"0"
yOffset=
"0"
scalingFactor=
"1"
/>
<section
zOrder=
"1"
zPosition=
"375.0"
xOffset=
"0"
yOffset=
"0"
scalingFactor=
"1"
/>
</xtru>
<union
name=
"rampAndWall"
>
<first
ref=
"ramp"
/>
<second
ref=
"faserWall"
/>
<position
name=
"WallShift"
unit=
"mm"
y=
"-RampMinThickness+(RampSlope*RampLengthZ+RampMinThickness)/2"
z=
"-(RampLengthZ+WallThickness)/2"
/>
</union>
<subtraction
name=
"faserTrench"
>
<first
ref=
"ramp"
/>
<firstpositionref
ref=
"RampinWorldpos"
/>
@@ -224,17 +231,34 @@
<rotation
name=
"Xrotation"
unit=
"deg"
x=
"90"
/>
<position
name=
"Yshift"
unit=
"mm"
y=
"75"
/>
</subtraction>
<subtraction
name=
"faserTrenchAndWall"
>
<first
ref=
"rampAndWall"
/>
<firstpositionref
ref=
"RampinWorldpos"
/>
<firstrotationref
ref=
"RampinWorldrot"
/>
<second
ref=
"trenchOutline"
/>
<!--
<rotationref ref="Subrot"/>
<positionref ref="Subpos"/>
-->
<rotation
name=
"Xrotation"
unit=
"deg"
x=
"90"
/>
<position
name=
"Yshift"
unit=
"mm"
y=
"75"
/>
</subtraction>
</solids>
<structure>
<volume
name=
"Trench"
>
<solidref
ref=
"faserTrench"
/>
<materialref
ref=
"Concrete"
/>
</volume>
<volume
name=
"TrenchAndWall"
>
<solidref
ref=
"faserTrenchAndWall"
/>
<materialref
ref=
"Concrete"
/>
</volume>
<volume
name=
"World"
>
<materialref
ref=
"Air"
/>
<solidref
ref=
"world"
/>
<physvol>
<volumeref
ref=
"Trench"
/>
<!-- <volumeref ref="Trench" /> -->
<volumeref
ref=
"TrenchAndWall"
/>
<!--
<rotationref ref="RampinWorldrot"/>
<positionref ref="RampinWorldpos"/>
Loading