Skip to content

openpra-monorepo


Variable: ReactorCoolantSystemParametersSchema

const ReactorCoolantSystemParametersSchema: ZodObject<{ coolantInventory: ZodOptional<ZodObject<{ max: ZodNumber; min: ZodNumber; representative: ZodNumber; units: ZodOptional<ZodString>; }, $strip>>; coolantPressure: ZodObject<{ max: ZodNumber; min: ZodNumber; representative: ZodNumber; units: ZodOptional<ZodString>; }, $strip>; decayHeatLevel: ZodObject<{ max: ZodNumber; min: ZodNumber; representative: ZodNumber; units: ZodOptional<ZodString>; }, $strip>; otherParameters: ZodOptional<ZodRecord<ZodString, ZodObject<{ max: ZodNumber; min: ZodNumber; representative: ZodNumber; units: ZodOptional<ZodString>; }, $strip>>>; powerLevel: ZodObject<{ max: ZodNumber; min: ZodNumber; representative: ZodNumber; units: ZodOptional<ZodString>; }, $strip>; rcsConfigurationDescription: ZodString; reactorCoolantTemperature: ZodObject<{ max: ZodNumber; min: ZodNumber; representative: ZodNumber; units: ZodOptional<ZodString>; }, $strip>; reactorLevel: ZodOptional<ZodObject<{ max: ZodNumber; min: ZodNumber; representative: ZodNumber; units: ZodOptional<ZodString>; }, $strip>>; timeAfterShutdownHours: ZodOptional<ZodNumber>; }, $strip>

Defined in: pos/plant-operating-state-analysis.ts:109