Skip to content

openpra-monorepo


Variable: GeotechnicalLayerSchema

const GeotechnicalLayerSchema: ZodObject<{ bottomDepth: ZodNumber; depthUnit: ZodString; materialType: ZodString; name: ZodString; properties: ZodArray<ZodObject<{ basisAndLimitations: ZodString; correlationGroup: ZodOptional<ZodString>; distribution: ZodOptional<ZodDiscriminatedUnion<[ZodObject<{ errorFactor: ZodNumber; median: ZodNumber; type: ZodLiteral<...>; }, $strip>, ZodObject<{ alpha: ZodNumber; betaParam: ZodNumber; type: ZodLiteral<...>; }, $strip>, ZodObject<{ mean: ZodNumber; stdDev: ZodNumber; type: ZodLiteral<...>; }, $strip>], "type">>; name: ZodString; propertyType: ZodEnum<{ COMPRESSIONAL_WAVE_VELOCITY: "COMPRESSIONAL_WAVE_VELOCITY"; DAMPING: "DAMPING"; DENSITY: "DENSITY"; OTHER: "OTHER"; POISSON_RATIO: "POISSON_RATIO"; SHEAR_MODULUS: "SHEAR_MODULUS"; SHEAR_WAVE_VELOCITY: "SHEAR_WAVE_VELOCITY"; }>; sourceReference: ZodString; units: ZodString; uuid: ZodString; value: ZodNumber; }, $strip>>; sourceReferences: ZodArray<ZodString>; spatialVariability: ZodString; strainDependentProperties: ZodOptional<ZodArray<ZodObject<{ dampingRatio: ZodNumber; modulusReductionRatio: ZodNumber; shearStrain: ZodNumber; }, $strip>>>; thickness: ZodNumber; topDepth: ZodNumber; uuid: ZodString; }, $strip>

Defined in: sha/seismic-hazard-analysis.ts:600