Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
f94ccfcb
Commit
f94ccfcb
authored
13 years ago
by
Jean-François Remacle
Browse files
Options
Downloads
Patches
Plain Diff
beam
parent
3c822264
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
utils/api_demos/simpleBeam.dat
+5
-0
5 additions, 0 deletions
utils/api_demos/simpleBeam.dat
utils/api_demos/simpleBeam.geo
+26
-0
26 additions, 0 deletions
utils/api_demos/simpleBeam.geo
with
31 additions
and
0 deletions
utils/api_demos/simpleBeam.dat
0 → 100644
+
5
−
0
View file @
f94ccfcb
ElasticDomain 7 100.e9 0.3
EdgeDisplacement 8 0 0
EdgeDisplacement 8 1 0
EdgeDisplacement 8 2 0
EdgeForce 9 100e6 0 0
This diff is collapsed.
Click to expand it.
utils/api_demos/simpleBeam.geo
0 → 100644
+
26
−
0
View file @
f94ccfcb
Mesh
.
RecombinationAlgorithm
=
1
;
Mesh
.
Algorithm
=
8
;
unit
=
1.0e-02
;
DefineConstant
[
H
=
{
4.5
*
unit
,
Min
1
*
unit
,
Max
8.5
*
unit
,
Step
1
*
unit
,
Path
"Parameters/Geometry"
,
ShortHelp
"Beam Height"
}
]
;
DefineConstant
[
L
=
{
20
*
unit
,
Min
10
*
unit
,
Max
200
*
unit
,
Step
1
*
unit
,
Path
"Parameters/Geometry"
,
ShortHelp
"Beam Width"
}
]
;
DefineConstant
[
lc
=
{
2
*
unit
,
Min
.1
*
unit
,
Max
10
*
unit
,
Step
.1
*
unit
,
Path
"Parameters/Geometry"
,
ShortHelp
"Mesh Size"
}
]
;
Point
(
1
)
=
{
0
,
0
,
0
,
lc
};
Point
(
2
)
=
{
H
,
0
,
0
,
lc
};
Point
(
3
)
=
{
H
,
L
,
0
,
lc
};
Point
(
4
)
=
{
0
,
L
,
0
,
lc
};
Line
(
1
)
=
{
4
,
3
};
Line
(
2
)
=
{
3
,
2
};
Line
(
3
)
=
{
2
,
1
};
Line
(
4
)
=
{
1
,
4
};
Line
Loop
(
5
)
=
{
2
,
3
,
4
,
1
};
Plane
Surface
(
6
)
=
{
5
};
Physical
Surface
(
7
)
=
{
6
};
Physical
Line
(
8
)
=
{
1
};
Physical
Line
(
9
)
=
{
3
};
Recombine
Surface
{
6
};
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment