Description Usage Arguments Public function Author(s) See Also Examples
Class definition of limit state function for metal loss analysis
1 | GMetalLoss$new(n)
|
n |
number of variables |
Standard reference class is R6 class
Public function
function | contents | variable(s) |
initialize(n) | initializes the object | n:number of variables |
gcalc() | calculates g-value at evaluation point | |
Setttime(t) | sets inspection time | t:inspection time(year) |
dGdXcalc() | returns differential vector list at the evaluation point | |
Shinsuke Sakai
This is inheritted class of Lbase. As for Class Lbase, see LimitState::Lbase.
1 2 3 | library(LimitState)
lim <- LimitState::Lbase
lim <- PSFCalc::GMetalLoss$new(n)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.