Skip to content
Snippets Groups Projects
Commit 88fab141 authored by sp89hili's avatar sp89hili
Browse files

Pu_add new options to optionID

parent 234991d9
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,8 @@ classdef BearImpOptions < handle & dynamicprops & matlab.mixin.CustomDisplay & m
if obj.C.k_vh_factor == 'on' , str = [str 'k']; end
if obj.C.pressureDistribution == 'on' , str = [str 'p']; end
if obj.C.roughnessCorrection ~= 'off' , str = [str 'r']; end
if obj.C.deformedArea == 'filmThickness' , str = [str 'h']; end
if obj.C.r2smallCriterion == 'r<h_0+R_RE', str = [str 'a']; end
str = [str lower(obj.C.rhoRatio.char(1))];
end
function charOut = char(obj,n)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment