FRENDY nuclear code -- Where to download it? (for ubuntu 22.04)

In summary, The conversation discusses the comparison of two codes, njoy2016 and frendy, and the process of downloading and executing frendy on Ubuntu 22.04. The speaker also mentions the difficulty in finding information about the code and provides a repository with scripts for processing data with frendy. They also mention trying to run the code using wine in WSL and encountering an error message.
  • #1
emilmammadzada
109
18
TL;DR Summary
FRENDY nuclear code instaling problem
I want to compare njoy2016 and frendy codes.If anyone is using frendy nuclear, I wanted to get information about how to download it for ubuntu 22.04 version?
 
Engineering news on Phys.org
  • #3
I created the frendy.exe file but I don't know how to run the examples.I couldn't find the sample input files
Code:
emil@DESKTOP-:~/frendy_20220126/frendy/main$ ls
Makefile    libfrendy.a_m    main_frendy.d    remove_old_object_file.sh
frendy.exe  main_frendy.cpp  main_frendy.o_m
 
  • #4
  • Informative
Likes emilmammadzada
  • #5
  • #6
Alex A said:
All I can offer is one of the repositories I found in the search has some scripts for processing JENDL with FRENDY,

https://github.com/AI-Pranto/triga-dataLibrary
Code:
2.3 How to Execute FRENDY
 The execution command is
frendy.exe “input file name”
The input file name is set as a command-line argument
There is such a command in the user manual and I tried it and it didn't work. I wonder if there is a separate method to run the input file of this?
 
  • #7
Alex A said:
All I can offer is one of the repositories I found in the search has some scripts for processing JENDL with FRENDY,

https://github.com/AI-Pranto/triga-dataLibrary
I tried to run the application and got this result
Code:
emil@DESKTOP-:~/frendy_20220126/frendy/main$ ./frendy.exe test.inp

/////////////////////////////////////////////////////////////////////////////////////////
//                                                                                     //
//  //////////  ///////////    //////////  /////      ///  /////////    ///       ///  //
//  ///         ///      ///   ///         //////     ///  ///     ///   ///     ///   //
//  ///         ///      ///   ///         /// ///    ///  ///      ///   ///   ///    //
//  //////////  ///////////    //////////  ///  ///   ///  ///       ///   ///////     //
//  ///         ///    ///     ///         ///   ///  ///  ///       ///     ///       //
//  ///         ///     ///    ///         ///    /// ///  ///      ///      ///       //
//  ///         ///      ///   ///         ///     //////  ///     ///       ///       //
//  ///         ///       ///  //////////  ///      /////  /////////         ///       //
//                                                                                     //
/////////////////////////////////////////////////////////////////////////////////////////

FRENDY calculation date : 2023/02/18 03:25:30

  Version : 2.00.000 (2022/Jan/26)
  Developed by Japan Atomic Energy Agency++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

  === Input file information (original) ===
    Input file name : test.inp

        //Input file of FRENDY for continuous-energy neutron data
        ace_fast_mode  //processing mode (generate fast ACE file)          //Nuclear data file name

            nucl_file_name        U235.dat

          /* ace file name */

          ace_file_name       U235.ace

          temp             296.0 // temperature [K]

          add_grid_data    (0.625 4.0) //Additional energy grid point

          sigima_zero_data //sigma-infinity is 1.0E10 [b]
         (1.0E10 1.0E06 1.0E05 1.0E04 1.0E03 1.0E02
         3.5E02 1.0E02 1.0E01 1.0E-1)++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

  === Input file information (without comment) ===
    Input file name : test.inp

        ace_fast_mode
        nucl_file_name        U235.dat
        ace_file_name       U235.ace
        temp             296.0
        add_grid_data    (0.625 4.0)
        sigima_zero_data
        (1.0E10 1.0E06 1.0E05 1.0E04 1.0E03 1.0E02
        3.5E02 1.0E02 1.0E01 1.0E-1)

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

=== Read input data for ReconResonance ===
  nucl_file_name     : U235.dat
  add_grid_data [eV]
    1 / 2 : 0.625
    2 / 2 : 4.0
=== Read input data for DopplerBroadening ===
  nucl_file_name          : U235.dat
  temp [K]                : 296.0
=== Read input data for GasProduction ===
  nucl_file_name          : U235.dat
=== Read input data for ProbTable ===
  nucl_file_name          : U235.dat
=== Read input data for ThermalScatter ===
  nucl_file_name                : U235.dat
=== Read input data for AceDataGenerator ===
  nucl_file_name                       : U235.dat
  ace_file_name                        : U235.ace

*************************
*                       *
*  !!! FATAL ERROR !!!  *
*                       *
*************************

  <Class name>
    FrendyInputReader

  <Function name>
    check_not_used_input_data(vector<vector<string> >& input_data)

  <Error message>
    Input type : sigima_zero_data
    Input data (Number of data : 10)
      1 / 10 : 1.0E10
      2 / 10 : 1.0E06
      3 / 10 : 1.0E05
      4 / 10 : 1.0E04
      5 / 10 : 1.0E03
      6 / 10 : 1.0E02
      7 / 10 : 3.5E02
      8 / 10 : 1.0E02
      9 / 10 : 1.0E01
      10 / 10 : 1.0E-1
    This input type is not used for ace_file_generation_fast_mode.

    Please check the calculation mode or input type.

terminate called after throwing an instance of 'std::runtime_error'
  what():  Runtime error. Please check your input file or source file.
Aborted
 

Attachments

  • test.inp.txt
    505 bytes · Views: 83

Related to FRENDY nuclear code -- Where to download it? (for ubuntu 22.04)

Where can I download the FRENDY nuclear code for Ubuntu 22.04?

You can download the FRENDY nuclear code from the official website of the Japan Atomic Energy Agency (JAEA) or from repositories provided by institutions that support nuclear research. Make sure to follow the official guidelines and licensing agreements when downloading.

Is there an official repository for FRENDY nuclear code compatible with Ubuntu 22.04?

Yes, the official repository for FRENDY nuclear code is typically provided by JAEA. You should check their official documentation or contact their support to get the most up-to-date information on compatible versions and repositories.

What are the system requirements for installing FRENDY on Ubuntu 22.04?

The system requirements for installing FRENDY on Ubuntu 22.04 include having a 64-bit version of Ubuntu, sufficient RAM (at least 4GB), and enough disk space to accommodate the software and its dependencies. Additionally, you may need to install certain libraries and development tools as specified in the installation manual.

Are there any prerequisites or dependencies needed before installing FRENDY on Ubuntu 22.04?

Yes, before installing FRENDY, you need to ensure that you have the necessary development tools and libraries installed. This may include compilers like GCC, build tools like CMake, and specific libraries required by FRENDY. Refer to the official installation guide for a detailed list of prerequisites.

Is there any official documentation or user guide available for installing and using FRENDY on Ubuntu 22.04?

Yes, there is official documentation and user guides available for installing and using FRENDY. These can be found on the JAEA website or through the repository where you download the code. The documentation typically includes step-by-step installation instructions, usage examples, and troubleshooting tips.

Similar threads

Replies
3
Views
2K
  • Computing and Technology
Replies
5
Views
755
  • Programming and Computer Science
Replies
30
Views
2K
Replies
2
Views
1K
  • Nuclear Engineering
Replies
9
Views
2K
  • Nuclear Engineering
Replies
3
Views
1K
Replies
23
Views
4K
  • Computing and Technology
Replies
18
Views
2K
  • Nuclear Engineering
Replies
2
Views
3K
  • Computing and Technology
Replies
21
Views
2K
Back
Top