gamemakerh
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ?...