Timo Zhang
Timo Zhang
I've noticed there are some old issues about the eps format #333. But different from that issue, I want to import eps format files , auto-crop the white borders ,...
## Description - Compiling problem If one want to use the eddyDisspation modek, the following thermo class should be modified: From: https://github.com/deepmodeling/deepflame-dev/blob/1be82b637cd03ddcdbff61a140385c8a824a5ee2/applications/solvers/dfLowMachFoam/createFields.H#L7-L9 To: ``` fluidThermo* pThermo = new heRhoThermo(mesh, word::null);...
Some bugs related to the `flareFGM` model in steady state solver. Test case: `twoD_SandiaD_flareFGM` from examples, the settings has been adapted according to the steady solver `dfSteadyFoam`. ## 1. ddt...
## Releated code: https://github.com/deepmodeling/deepflame-dev/blob/1be82b637cd03ddcdbff61a140385c8a824a5ee2/applications/solvers/dfLowMachFoam/createFields.H#L14-L18 ## Bug description 1. For `inletOutlet` boundary condition, needs `phi` field to determine the flow direction. While the `phi` is not yet created before calling `T.correctBoundaryConditions();...