Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BOZcalc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
SCS
BOZcalc
Compare revisions
61047b5e2364b58797c653856b47fe74c49b7a66 to ba61ee617d692a0df0f48959b990538e3c777b68
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
SCS/bozcalc
Select target project
No results found
ba61ee617d692a0df0f48959b990538e3c777b68
Select Git revision
Branches
fileupload
master
Swap
Target
SCS/bozcalc
Select target project
SCS/bozcalc
1 result
61047b5e2364b58797c653856b47fe74c49b7a66
Select Git revision
Branches
fileupload
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Adds Cu and S CHEM BOZ
· fe157468
Loïc Le Guyader
authored
7 months ago
fe157468
Adds Cu and S CHEM BOZ
· ba61ee61
Loïc Le Guyader
authored
7 months ago
See merge request
!25
ba61ee61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/BOZcalc/BOZcalc.py
+20
-0
20 additions, 0 deletions
src/BOZcalc/BOZcalc.py
with
20 additions
and
0 deletions
src/BOZcalc/BOZcalc.py
View file @
ba61ee61
...
...
@@ -131,6 +131,26 @@ BOZ_CHEM_db = {
'
F_y
'
:
0.32
,
'
3beams
'
:
True
},
'
Cu
'
:
{
'
design_nrj
'
:
940
,
'
BOZwH
'
:
0.8
,
'
BOZwV
'
:
1.0
,
'
BOZoffaxis
'
:
0.75
,
'
grating
'
:
3.1
,
'
F_x
'
:
0.26
,
'
F_y
'
:
0.32
,
'
3beams
'
:
True
},
'
S
'
:
{
'
design_nrj
'
:
2472
,
'
BOZwH
'
:
0.8
,
'
BOZwV
'
:
1.0
,
'
BOZoffaxis
'
:
0.75
,
'
grating
'
:
3.1
,
'
F_x
'
:
0.32
,
'
F_y
'
:
0.32
,
'
3beams
'
:
True
},
}
class
BOZcalc
():
...
...
This diff is collapsed.
Click to expand it.