-
## Reason
Modeling conjugate heat transfer between solid and fluid requires a term like this:
```
-k * normal * grad_Ts = h (T_s - T_f)
```
Currently, this does not exists.
## Design
…
-
Hello,
I have successfully implemented the solver pimpleCentralFoam and chtPimpleCentralFoam in Openfoam version 18.12. Then I tested the pimpleCentralFoam solver using the attached forwardStep tut…
-
In the examples ```fenics-fenics``` and ```buoyantPimpleFoam-fenics``` the flux computation is basically identical, since the examples deal with identical physics.
* in ```fenics-fenics``` : https…
-
Following 078fd379cc550976ab6264feed6a44767de48afc for #195, `python docs/examples/ex04.py
```
NameError: name 'InterfaceMesh1D' is not defined
```
-
The current case takes around 12min on Travis, for 500 iterations (steady-state simulation, see [L. Cheung's thesis](https://www5.in.tum.de/pub/Cheung2016_Thesis.pdf) [1], Figure 6.7 (page 71)). Let's…
-
- [x] Create solid mesh using same coordinates from the fluid mesh to obtain a conformal mesh.
- [x] Convert fluid and solid `re2` files (w/ BCs ) to `rea` files using `gen_rea(2)` in `usrchk()`
- […
-
Hi you all,
I'm having a problem when trying to write some ProblemParameters.json files, related with que quantity of **echo_level** entries that, for some reason, **MUST** be placed.
For examp…
-
List of published apps in the 7th release #533
- [x] Fluid Dynamics
- [x] Structural
- [x] FSI
- [x] Convection diffusion
- [x] Buoyancy
- [x] Conjugate Heat Transfer
- [x] DEM
- [x] Solid
…
-
@KratosMultiphysics/all please ensure that your "examples" in the corresponding repository work correctly with the release version (branch Release 7.0). This is crucial for things that enter in the re…
-
Thinking about different ways to represent multiphysics problems like conjugate heat transfer, one of the basic questions is whether to use one or many meshes. If one, it might be divided into subdo…