Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
9cf1c749
Commit
9cf1c749
authored
Aug 17, 2017
by
GoshaZotov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add function for get Information/Speed coefficients(for convert formula)
parent
1d06e10f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
+49
-0
cell/model/FormulaObjects/engineeringFunctions.js
cell/model/FormulaObjects/engineeringFunctions.js
+49
-0
No files found.
cell/model/FormulaObjects/engineeringFunctions.js
View file @
9cf1c749
...
...
@@ -3153,6 +3153,54 @@
};
var
generateInformationAndSpeed
=
function
(){
//Speed
unitConverterArr
[
"
admkn
"
]
=
{};
unitConverterArr
[
"
admkn
"
][
"
kn
"
]
=
0.999999913606911
;
unitConverterArr
[
"
admkn
"
][
"
m/h
"
]
=
1851.99984
;
unitConverterArr
[
"
admkn
"
][
"
m/hr
"
]
=
1851.99984
;
unitConverterArr
[
"
admkn
"
][
"
m/s
"
]
=
0.5144444
;
unitConverterArr
[
"
admkn
"
][
"
m/sec
"
]
=
0.5144444
;
unitConverterArr
[
"
admkn
"
][
"
mph
"
]
=
1.15077934860415
;
unitConverterArr
[
"
kn
"
]
=
{};
unitConverterArr
[
"
kn
"
][
"
m/h
"
]
=
1852
;
unitConverterArr
[
"
kn
"
][
"
m/hr
"
]
=
1852
;
unitConverterArr
[
"
kn
"
][
"
m/s
"
]
=
0.514444444444444
;
unitConverterArr
[
"
kn
"
][
"
m/sec
"
]
=
0.514444444444444
;
unitConverterArr
[
"
kn
"
][
"
mph
"
]
=
1.15077944802354
;
unitConverterArr
[
"
m/h
"
]
=
{};
unitConverterArr
[
"
m/h
"
][
"
m/hr
"
]
=
1
;
unitConverterArr
[
"
m/h
"
][
"
m/s
"
]
=
0.000277777777777778
;
unitConverterArr
[
"
m/h
"
][
"
m/sec
"
]
=
0.000277777777777778
;
unitConverterArr
[
"
m/h
"
][
"
mph
"
]
=
0.000621371192237334
;
unitConverterArr
[
"
m/hr
"
]
=
{};
unitConverterArr
[
"
m/hr
"
][
"
m/s
"
]
=
0.000277777777777778
;
unitConverterArr
[
"
m/hr
"
][
"
m/sec
"
]
=
0.000277777777777778
;
unitConverterArr
[
"
m/hr
"
][
"
mph
"
]
=
0.000621371192237334
;
unitConverterArr
[
"
m/s
"
]
=
{};
unitConverterArr
[
"
m/s
"
][
"
m/sec
"
]
=
1
;
unitConverterArr
[
"
m/s
"
][
"
mph
"
]
=
2.2369362920544
;
unitConverterArr
[
"
m/sec
"
]
=
{};
unitConverterArr
[
"
m/sec
"
][
"
mph
"
]
=
2.2369362920544
;
};
generateWeightAndMass
();
generateDistance
();
...
...
@@ -3162,6 +3210,7 @@
generatePowerMagnetismTemperature
();
generateVolume
();
generateArea
();
generateInformationAndSpeed
();
}
return
unitConverterArr
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment