Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: sciencedirect.com
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: EhsanGLB
  • License: gpl-3.0
  • Language: C++
  • Default Branch: main
  • Size: 33.2 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation

README.md

NEPCMForcedConvectionPimpleFoam

This is a solver for solid-liquid phase change material written based on foam-extend-4.1.

Mathematical Relationships

$$ \nabla . U = 0 $$

$$ {dU \over dt}+ {(U . \nabla) U} = - {1 \over\rho} \nabla p + \nu \nabla . {\nabla U} + \beta g (T - T_ref) - {Cu \over \rho} {{(1 - \lambda)^2} \over {\lambda^3 + 10^{-3}}} U $$

$$ \rho \left({Cp + h{d\lambda \over dT} }\right) {dT \over dt} + \rho Cp {U . \nabla T} = k {\nabla}^2 T $$

$$ \lambda = 0.5 \ erf \left({4 { {Ts - Tm} \over {Tl - Ts} }}\right) + 0.5 $$

Which $U$, $p$, $T$, $t$, $g$, and $\lambda$ are velocity vector, pressure, temperature, time, gravitational acceleration, and melting fraction, respectively. And $\rho$, $\nu$, $\beta$, $Cp$, $h$, $k$, $Tm$, $Ts$, and $Tl$ are density, kinematic viscosity, thermal expansion coefficient, specific heat capacity, melting enthalpy, thermal conductivity, melting temperature, solidification temperature, and liquidification temperature, respectively.

Installation

It is working on foam-extend-4.1 bash git clone https://github.com/EhsanGLB/NEPCMForcedConvectionPimpleFoam.git cd NEPCMForcedConvectionPimpleFoam/NEPCMForcedConvectionPimpleFoam wmake cd ../case

Getting Started

  1. First way bash blockMEsh NEPCMForcedConvectionPimpleFoam

  2. Second way bash ./Allrun

References

Owner

  • Name: Ehsan Golab
  • Login: EhsanGLB
  • Kind: user
  • Location: Tehran
  • Company: Sharif University of Technology

Interested in math, programming, and natural sciences

Citation (CITATION.cff)

cff-version: 1.0.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Golab"
  given-names: "Ehsan"
  orcid: "https://orcid.org/0000-0002-6105-0963"
title: "NEPCMForcedConvectionPimpleFoam"
version: 1.0.0
date-released: 2023-12-22
url: "https://github.com/EhsanGLB/NEPCMForcedConvectionPimpleFoam"

GitHub Events

Total
Last Year