moose icon indicating copy to clipboard operation
moose copied to clipboard

Add a generalized sensor postprocessor

Open harterj opened this issue 1 year ago • 2 comments

Reason

In any multiphysics simulation, users may require sensor inquiry on properties of a system (temperature, pressure, radiation, etc).

Design

The GeneralSensorPostprocessor functions as a base class, with inputs such as sensor noise mean and standard deviation, sensor delay, and provisions for a drift function. This class can be continually enhanced.

Impact

This will add a new capability.

harterj avatar Sep 26 '23 18:09 harterj

Can the multiphysics simulation be treated as a mock-up unit (like in #23359), and digital engineer can extract, manipulate (adding noises, biases, delays, corrupted signals), and process information from it. Moreover, the control system designer can manipulate variables on the fly mimicking the real-time control scenarios.

Lin-INL avatar Oct 03 '23 19:10 Lin-INL

@Lin-INL, yes you should be able to do it (sorry I didn't see your comments). Feel free to reach out to me at my INL email if you want to chat more.

sallustius avatar May 08 '24 21:05 sallustius