Skip to content
/ fox Public

MOOSE application to solve the heat equation, Created to learn the framework

License

Notifications You must be signed in to change notification settings

b1llg/fox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fox: Moose Framework custom heat transfert solver

Custom heat transfert kernels and bcs to solve the heat equation: [^1] A first course in finite elements, T. Belytshko, J. Fish. equation (6.31)

$$\int_{\Omega} (\nabla w)^{T}\cdot k \nabla \theta d \Omega + \int_{\Gamma_{q}}w \bar q d\Gamma - \int_{\Omega}w s d \Omega = 0$$

in inner product notation: $$(\nabla w, k \nabla \theta) - (w,s)+ (w,\bar q\cdot\vec{n} ) = 0 $$

About

MOOSE application to solve the heat equation, Created to learn the framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published