Giter VIP home page Giter VIP logo

jutuldarcy.jl's People

Contributors

brunompacheco avatar gbruer15 avatar longemen3000 avatar moyner avatar timholy avatar ziyiyin97 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jutuldarcy.jl's Issues

TagBot trigger issue

This issue is used to trigger TagBot; feel free to unsubscribe.

If you haven't already, you should update your TagBot.yml to include issue comment triggers.
Please see this post on Discourse for instructions and more details.

If you'd like for me to do this for you, comment TagBot fix on this issue.
I'll open a PR within a few hours, please be patient!

No writing access to `/tmp` leads to error during precompilation

This line

simulate_mini_wellcase(Val(:immiscible_2ph), output_path = tempdir())
is called during precompilation, which by default uses /tmp directory. However, there are some corner cases where a user doesn't have access to a /tmp directory, say on a cluster or on a docker image. I don't think an output_path is needed in this case for the precompilation but correct me if wrong.

Error in well output for JutulSPE1.m

Hello,

There is an error in writing wells data when simulating JutulSPE1.m.

MRST model: Writing output to C:\Matlab\mrst-2023b\output\jutul\ODEHPROBLEM-IMPLICITOPTION-1200DAYS_GenericBlackOilModel_output_mrst.
ERROR: MethodError: no method matching full_well_outputs(::Jutul.MultiModel{nothing}, ::Vector{Dict{Symbol, Any}}, ::Dict{Any, Any}; shortname::Bool)

Best regards,
Nikolai

CO2 brine example not working

Hi!

I just tried running the co2_brine_2d_vertical.jl on my machine (all packages fully up to date) and it fails on the 57th time step:

julia> include("co2_brine_2d_vertical.jl")
Simulation aborted Completed 57 of 206 timesteps in 13 seconds, 844 milliseconds and 754 iterations.
╭────────────────┬──────────┬───────────────┬──────────────┬─────────────╮
│ Iteration type │ Avg/step │  Avg/ministep │     Time per │       Total │
│                │ 58 steps │ 138 ministeps │ Milliseconds │    (wasted) │
├────────────────┼──────────┼───────────────┼──────────────┼─────────────┤
│ Newton         │     13.05.4637718.3607754 (525) │
│ Linearization  │  15.37936.4637715.5201892 (560) │
│ Linear solver  │   85.93136.11592.77774984 (3663) │
╰────────────────┴──────────┴───────────────┴──────────────┴─────────────╯
╭────────────────┬──────────────┬────────────┬─────────╮
│ Timing type    │         Each │   Relative │   Total │
│                │ Milliseconds │ Percentage │ Seconds │
├────────────────┼──────────────┼────────────┼─────────┤
│ Properties     │       2.577914.04 %1.9437 │
│ Equations      │       3.193920.58 %2.8490 │
│ Assembly       │       1.27978.25 %1.1415 │
│ Linear solve   │       2.000810.90 %1.5086 │
│ Preconditioner │       1.11686.08 %0.8420 │
│ Update         │       0.90864.95 %0.6851 │
│ Convergence    │       1.936412.48 %1.7273 │
│ Input/Output   │       0.08060.08 %0.0111 │
│ Other          │       4.158622.65 %3.1356 │
├────────────────┼──────────────┼────────────┼─────────┤
│ Total          │      18.3607100.00 %13.8440 │
╰────────────────┴──────────────┴────────────┴─────────╯
┌ Error: Simulation did not complete successfully.
└ @ Jutul ~/.julia/packages/Jutul/hWGJY/src/simulator/print.jl:144

Not quite sure where to look but I thought I would point it out.

Error in simulate_mrst_case for firstJutulExample.m

Hello,

I encountered the following assertion error when trying to run firstJutulExample.m from MRST 2023b distribution:

julia> simulate_mrst_case("C:/Matlab/mrst-2023b/output/jutul/qfs_wo.mat", write_mrst = true);
MRST model: Reading input file C:/Matlab/mrst-2023b/output/jutul/qfs_wo.mat.
[ Info: This is the first call to simulate_mrst_case. Compilation may take some time...
ERROR: AssertionError: size(C_f) == (dim, nf)

The reason for the error is that in TwoPointFiniteVolumeGeometry (meshes.jl:62) size(C_f) == (2, 4900) but (dim, nf) == (3, 4900).

There was a warning message during project compilation, maybe it is related to the error:

4 dependencies had output during precompilation:
┌ OffsetArrays → OffsetArraysAdaptExt
│ WARNING: failed to initialize stack walk info

┌ StaticArrays → StaticArraysStatisticsExt
│ WARNING: failed to initialize stack walk info

┌ Compat
│ WARNING: failed to initialize stack walk info

┌ ILUZero
│ WARNING: failed to initialize stack walk info

Best regards,
Nikolai

Features Request

Is there a plan to add the following features:

  1. Analysis Aquifer, such as Fetkovich aquifer, Carter-Tracy aquifer
  2. Output ECL binary format file, such as egrid, unrst, etc. Convenient to view calculation results in ResInsight.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.