gamemakerh

Results 10 issues of gamemakerh

Hi. long time I did not saw any activity. maybe this is over ? Still I have some questions / suggestions / requirements. At this moment BF have 2D mesh...

enhancement
wish
butterfly
core
backlog

I'm investigating function object block because I want to make automatic post-process. Please look at these comparison code. The first one is from input panel block ``` streamLines { type...

bug
critical
butterfly
core
backlog

Hey guys. I've Implemented automatic screenshot capturing using function object block. ``` postPro_images { type runTimePostProcessing; libs ("librunTimePostProcessing.so"); writeControl writeTime; output { name image; width 2000; height 1200; } camera...

enhancement
new development
wish
butterfly
core
backlog

Hey guys. It is possible to implement Dynamic mesh refinement into BF ? Could this able to achieve using **SolutionPAram** or **funcObjects_** ? I would like to implement this into...

enhancement
new development
wish
butterfly
core
backlog

I'm trying to implement **- Check mesh - genFvSchemes - HeatTransfer - genDivSchemes - SolutionParam - SolutionParams** the problem is that I'm getting error. First from Check mesh block I'm...

bug
butterfly
core
backlog

Hi guys. I have problem implementing custom fvSolution. How all workflow should be implemented ? I want to change PCG solver to GAMG and see if convergence will be better...

bug
question
butterfly
core
backlog

Hi. I have problem with turbulence models. I've made investigation of RANS models and founded that only fraction of these models are working with default settings. Maybe it is possible...

enhancement
butterfly
core
backlog

Hi. I've Encountered problem when I need to modify gravity (especially in 2D cases). To solve this problem I'm changing "g.py" file, but for more convenient use maybe there is...

enhancement
new development
butterfly
core
backlog

Hi. I encountered with the problem when I want to probe plane with voids. post processing representation is strange. NaN values are represented as -1000000000000000000000000000 or 100000000000000000000000000 numerical values. Paraview...

enhancement
butterfly
core
backlog

I tried to evaluate provided tutorials for Butterfly. but I got these errors. This is because of something I done wrong or some issues after last update of butterfly ?...

bug
butterfly
core
backlog