Skip to content
View Fuad-HH's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Fuad-HH

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Fuad-HH/README.md

Hi, I'm Fuad!

Graduate Student at Rensselaer Polytechnic Institute

My Website: fuadonweb Linkedin: fuad-hasibul-hasan GitHub Fuad-HH Email: fuad_h_hasan

A little more about me...

#include <grow_up.hpp>

struct Fuad{
    const std::string name = "Fuad Hasan";
    const std::string major = "Nuclear Engineering";
    std::vector<std::string> languages = {"C++", "Python"};
    std::vector<std::string> hobbies = {"Reading", "Coding", "Traveling", "Cooking"};
    std::vector<std::string> interests = {"Scientific Computation", 
                                        "Nuclear Fission and Fusion", "Radiation Interactions"};
};

Fuad get_upgrade(Fuad current_me){
    Fuad new_me;
    GrowUp::code_more(current_me);
    GrowUp::read_more_books(current_me);
    GrowUp::talk_a_lot(current_me);
    GrowUp::travel_more(current_me);
    GrowUp::be_more_awesome(current_me);
  
    return new_me;
}

int main(int argc, char* argv[])
{
    fuad new_me = get_upgrade();
    return 0;
}

[Stolen from Thaiane]

Pinned

  1. CFDJulia CFDJulia Public

    Jupyter Notebook 1

  2. Conceptual-LBE-CooledSMR Conceptual-LBE-CooledSMR Public

    OpenMC Model of a Conceptual Ultra-Long-Life SMR by Gao et al.

    Jupyter Notebook 1

  3. BWR_SqauredArraySubChannel-OpenMC BWR_SqauredArraySubChannel-OpenMC Public

    The jupyter notebook contains python code which creates a BWR square assembly with a 3-by-3 fuel-less center.

    Jupyter Notebook 2

  4. TurbulencePropertiesCalculation-for-OpenFOAM TurbulencePropertiesCalculation-for-OpenFOAM Public

    A python notebook to calculate all the turbulence parameters in one place for boundary and initial conditions for OpenFOAM RAS simulation.

    Jupyter Notebook 3

  5. plotXRDwith-ggplot2 plotXRDwith-ggplot2 Public

    These R scrips are intended to plot and XRD data from the csv files produced by the RIGAKU Smartlab Xray Diffractometer Analyzer

    R 2