Skip to content

openpra-monorepo


Variable: GroundMotionParameterDefinitionSchema

const GroundMotionParameterDefinitionSchema: ZodObject<{ averagingFrequencyBandHz: ZodOptional<ZodObject<{ averagingMethod: ZodString; lower: ZodNumber; upper: ZodNumber; }, $strip>>; componentDefinition: ZodString; consistencyBasis: ZodString; dampingRatio: ZodOptional<ZodNumber>; direction: ZodEnum<{ GEOMETRIC_MEAN_HORIZONTAL: "GEOMETRIC_MEAN_HORIZONTAL"; HORIZONTAL_1: "HORIZONTAL_1"; HORIZONTAL_2: "HORIZONTAL_2"; MAXIMUM_HORIZONTAL: "MAXIMUM_HORIZONTAL"; RANDOM_HORIZONTAL: "RANDOM_HORIZONTAL"; VERTICAL: "VERTICAL"; }>; downstreamElementRefs: ZodOptional<ZodArray<ZodString>>; implementsSrs: ZodArray<ZodObject<{ hlr: ZodEnum<{ A: "A"; B: "B"; C: "C"; D: "D"; E: "E"; F: "F"; G: "G"; H: "H"; I: "I"; }>; sr: ZodString; }, $strip>>; name: ZodString; oscillatorFrequencyHz: ZodOptional<ZodNumber>; oscillatorPeriodSeconds: ZodOptional<ZodNumber>; parameterType: ZodEnum<{ AVERAGE_SPECTRAL_ACCELERATION: "AVERAGE_SPECTRAL_ACCELERATION"; PEAK_GROUND_ACCELERATION: "PEAK_GROUND_ACCELERATION"; SPECTRAL_ACCELERATION: "SPECTRAL_ACCELERATION"; }>; selectedFrequencyRangeHz: ZodObject<{ lower: ZodNumber; upper: ZodNumber; }, $strip>; selectedRange: ZodObject<{ maximum: ZodNumber; minimum: ZodNumber; }, $strip>; units: ZodString; usedForFragility: ZodBoolean; usedForHazard: ZodBoolean; usedForPlantResponse: ZodBoolean; uuid: ZodString; }, $strip>

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