Skip to content

Argonne-National-Laboratory/FARM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FARM_LOGO_rgb_black

FARM

Feasible Actuator Range Modifier (FARM) Plugin for RAVEN

Main developers:

  • Haoyu Wang and Roberto Ponciroli, Argonne National Laboratory
  • Andrea Alfonsi, Idaho National Laboratory

Introduction

Feasible Actuator Range Modifier (FARM) is a RAVEN (https://github.com/idaholab/raven) plugin designed to solve the supervisory control problem in Integrated Energy System (IES) project. FARM utilizes the linear state-space representation (A,B,C matrices) of a model to predict the system state and output in the future time steps, and adjust the actuation variable to avoid the violation of implicit thermal mechanical constraints.

Organization

This plugin folder is organized as follows:

  • src folder containing the three officially supported plugin source code:
    • RefGov_parameterized_SIMO.py
    • RefGov_unparameterized_SIMO.py
    • FARMValidatorsForHeron.py
  • tests/raven_plugin folder containing the tests that are needed to test the RAVEN plugin:
    • test_RefGov_para_xmlABC.xml
    • test_RefGov_unpara_xmlABC.xml
  • tests/heron_validator folder contains the tests/examples to use FARM as a validator for HERON unit dispatcher
    • FARM_SISO_initGuess_noUpdate
    • FARM_SISO_initGuess_fmuUpdate
    • FARM_SISO_selfLearning_noUpdate
    • FARM_SISO_selfLearning_fmuUpdate
    • FARM_SISO_StateVarSelect
    • FARM_MIMO_initGuess_noUpdate
    • FARM_MIMO_initGuess_fmuUpdate
    • FARM_MIMO_selfLearning_noUpdate
    • FARM_MIMO_selfLearning_fmuUpdate
    • FARM_MIMO_StateVarSelect

User Manual

  • For using FARM as a raven plugin:
    • Go to FARM/doc folder
    • run "bibtex user_manual" and then "pdflatex user_manual" to get the latest version of user manual.
  • For using FARM as a HERON validator:

Cite FARM:

Haoyu Wang, Roberto Ponciroli, Andrea Alfonsi, Paul W. Talbot, Thomas W. Elmer, Aaron S. Epiney, and Richard B. Vilim. 2024. "Feasible Actuator Range Modifier (FARM), a Tool Aiding the Solution of Unit Dispatch Problems for Advanced Energy Systems" Energies 17, no. 12: 2945. https://doi.org/10.3390/en17122945

Other related technical reports:

License

FARM itself is licensed as follows:

Copyright 2021 UChicago Argonne, LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0.txt

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Feasible Actuator Range Modifier (FARM) Plugin for RAVEN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published