web
You’re offline. This is a read only version of the page.
close
Please wait...
×

Error

  • RE: Use of FEFLOW XML FILES

    Hola Daniel, If you really work with the XML file exported from the selections, they contain the nodal/elemental IDs. Therefore, this will always select the same exported selection. But if you export the selections as geometry, e.g. export heads at the nodal selection as SHP file, then you can import the SHP in the Maps panel. This process will allow to select at any target slice by using the tools Select by Map Point/Line/Polygon. Saludos Carlos
  • RE: Modulation function for Multilayer wells

    Hi András, Unfortunately, Multilayer Wells do not support Modulation Function. As you say, you can turn off the boundary condition, but the "pipe" is still visible.  At the time of pumping turns off, you could see a rise of the water table along the pipe. But isn't it analogue to what we expect to see in the reality? Best regards Carlos
  • RE: Issue Exporting Time Series Data with piChem Plugin

    Hi Murugan, The solutions depends on how the data has been stored in the DAC file. If you set Observation Points before the simulation starts, then FEFLOW will create Mass Species for all the major ions defined in the PHREEQC files. Then you will get the typical charts, where each concentration breakthrough is exportable via right-click on the chart. If you decide to only save the results using PHREEQC output keys defined in the text files, FEFLOW will create nodal distributions with those values. You have all the information per each FEFLOW node and time step. The only workaround to create time-series is via Python, where you write your own scrip to go through the steps in DAC file, get the nodal values and export them. Cheers Carlos
  • RE: River data

    Hi Mohamad You would require to store the river water levels as FEFLOW Time Series. If you have the river network as a polyline shapefile (or similar), you can use the option "Link to Parameter" (context menu of a selected map) to carry out a linear interpolation along the river lines and using the points with the river level time series. Take a look on this description: https://download.feflow.com/html/help81/feflow/09_Parameters/1D_interpolation.html If you have a valid support agreement, please reach out FEFLOW support team (mike.de@dhigroup.com). Cheers Carlos
  • RE: Strange temperature effects in simple ATES-simulation

    Yes, with the latest FEFLOW 8.1, we strongly do not recommend to use the Open-Loop plug-in. The full functionality is implemented in the GUI. This will also warranty a robust model performance. Cheers Carlos
  • RE: Observation wells

    Hi Lydia, what is exactly the problem with the observation points import? Can you be more specific? I would strongly recommend to look and download the Introductory Tutorial. There we demonstrate the insertion of observation points in multiple FEFLOW slices. Carlos
  • RE: Does ifm have the capability to draw simulation results from fem/dac files?

    If you see that the script has a line "import ifm_contrib as ifm", this means that it is not really using the standard IFM functionality. The script contains a layer above named "contribution", which is a community extension. FEFLOW standard IFM will give you all the arrays of results. These can be subsequently used by any graphical Python packages for visualization and/or plotting such as Matplotlib, PyVista, etc. You may want to visit our free self-paced course about FEFLOW Python integration. I have few official examples how to plot FEFLOW's results with Matplotlib. The link is below https://www.theacademybydhi.com/course-sessions/feflow---getting-started-with-feflow-python-interface-11600061-149  
  • RE: error-norm-flow troubles

    Hi Emilia, Refinement is not necessary the solution. You should look for the Mesh Quality. How good is the mesh if you plot the Max. Interior Angle of triangles? For example, if you do the refinement in bad-shaped triangles, then the situation will become even worst. Why are you using the Error Norm (max.)? Is your problem converging?  Get in touch with MIKE Support (mike.de@dhigroup.com) and discuss your case in detail. Best regards Carlos Rivera
  • RE: 'Unspecified error' when running multiple simulation and long computation time.

    Hi Rachit, To understand better the case, can you elaborate how you are launching the 1000's simulations? Is this done under the FePEST framework? Or are you using your own script to do the job? The issue with the MPI can be related to several things, for example, you already have an MPI environment in place, which could conflict with FEFLOW's one. Or the script is not properly terminating the MPI instance. Best regards Carlos Rivera
  • RE: Issue with Fluid-transfer BC (model got distorded...)

    Hi Lucien, If you are solving the groundwater flow equation with the option "Free" surface, then FEFLOW assumes that the elevation of Slice 1 coincides with the phreatic surface (Pressure = 0 kPa). Therefore, the model elevation will change accordingly during the simulation. You can solve the groundwater flow equation by using the "Phreatic" option or the Problem Class Richards. We have dedicated free training course about all these options. You can register with the link below: https://www.theacademybydhi.com/course-sessions/feflow---behind-the-flow-11600061-142 Best regards Carlos Rivera