MoDeNa-EUProject / MoDeNa

Software Framework for MOdelling of morphology DEvelopment of micro- and NAnostructures (MoDeNa)
17 stars 19 forks source link

Next release #59

Closed sigveka closed 8 years ago

sigveka commented 8 years ago

This is a scary large commit, but everything but two things should be working (see "Problems").


Changes

The main changes have happened in five files:

Documentation:

"ExactTask" AND "Backward Mapping Model" changes:


Problems

Loading model Solubility[A=CO2,B=HEXANE] failed - Attempting automatic initialisation
modena.Strategy.ParametersNotValid: ('Surrogate model does not have valid parameters', <BackwardMappingModel: BackwardMappingModel object>)
Error in python catched in 226 of /home/sigveka/Documents/Projects/MoDeNa/GitHub/MoDeNa/src/src/model.c
/home/sigveka/lib/modena/libmodena.so.1(modena_print_backtrace+0x2b) [0x7fd6cb50929b]
/home/sigveka/lib/modena/libmodena.so.1(modena_model_new+0x123) [0x7fd6cb508803]
../src/MacroscopicProblem(main+0x18) [0x400c68]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7fd6cae4ca40]
../src/MacroscopicProblem(_start+0x29) [0x400df9]
return code = 1
An unknow error occurred
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/fireworks/core/rocket.py", line 211, in run
    m_action = t.run_task(my_spec)
  File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1040, in run_task
    self.task(fw_spec)
  File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1096, in task
    self.handleReturnCode(ret.stored_data['returncode'])
  File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1079, in handleReturnCode
    sys.exit(returnCode)
SystemExit: 1
2015-12-30 02:21:22,631 INFO Rocket finished
henrus commented 8 years ago

Why?

-INPUT = src \

On 30/12/15 03:09, Sigve Karolius wrote:

This is a scary large commit, but everything but two things should be working (see "Problems").


Changes

The main changes have happened in five files:

Documentation:

  • Strategy.py
  • SurrogateModels.py

"ExactTask" AND "Backward Mapping Model" changes:

  • PolymerDensity.py
  • Solubility.py
  • SurfaceTension.py

Problems

  • I am getting a strange error when running |Solubility/ExampleOfUsage/workflow|

|Loading model Solubility[A=CO2,B=HEXANE] failed - Attempting automatic initialisation modena.Strategy.ParametersNotValid: ('Surrogate model does not have valid parameters', <BackwardMappingModel: BackwardMappingModel object>) Error in python catched in 226 of /home/sigveka/Documents/Projects/MoDeNa/GitHub/MoDeNa/src/src/model.c /home/sigveka/lib/modena/libmodena.so.1(modena_print_backtrace+0x2b) [0x7fd6cb50929b] /home/sigveka/lib/modena/libmodena.so.1(modena_model_new+0x123) [0x7fd6cb508803] ../src/MacroscopicProblem(main+0x18) [0x400c68] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7fd6cae4ca40] ../src/MacroscopicProblem(_start+0x29) [0x400df9] return code = 1 An unknow error occurred Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/fireworks/core/rocket.py", line 211, in run m_action = t.run_task(my_spec) File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1040, in run_task self.task(fw_spec) File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1096, in task self.handleReturnCode(ret.stored_data['returncode']) File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1079, in handleReturnCode sys.exit(returnCode) SystemExit: 1 2015-12-30 02:21:22,631 INFO Rocket finished |

  • SurfaceTension: installing PETSc, the same as above.

    You can view, comment on, or merge this pull request online at:

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59

    Commit Summary

— Reply to this email directly or view it on GitHub https://github.com/MoDeNa-EUProject/MoDeNa/pull/59.

Dr. Henrik Rusche WIKKI Ltd. Unit 459 Southbank House Tel: +44 (0)20 3176 7190 Black Prince Road E-mail: h.rusche@wikki.co.uk

London SE1 7SJ, United Kingdom

www.wikki.co.uk

sigveka commented 8 years ago

Sorry about that, thought I remembered to change it back.

I could not get doxygen to work unless I put in the absolute paths (didnt research why, just concluded it didnt work...)

Sigve

On 30 December 2015 at 12:22, Henrik Rusche notifications@github.com wrote:

Why?

-INPUT = src \

  • examples \
  • applications \
  • doc \ +INPUT = /home/sigveka/Documents/2015/Projects/MoDeNa/MoDeNa_GitHub/src \ + /home/sigveka/Documents/2015/Projects/MoDeNa/MoDeNa_GitHub/examples \ + /home/sigveka/Documents/2015/Projects/MoDeNa/MoDeNa_GitHub/applications \ + /home/sigveka/Documents/2015/Projects/MoDeNa/MoDeNa_GitHub/doc \

On 30/12/15 03:09, Sigve Karolius wrote:

This is a scary large commit, but everything but two things should be working (see "Problems").


Changes

The main changes have happened in five files:

Documentation:

  • Strategy.py
  • SurrogateModels.py

"ExactTask" AND "Backward Mapping Model" changes:

  • PolymerDensity.py
  • Solubility.py
  • SurfaceTension.py

Problems

  • I am getting a strange error when running |Solubility/ExampleOfUsage/workflow|

|Loading model Solubility[A=CO2,B=HEXANE] failed - Attempting automatic initialisation modena.Strategy.ParametersNotValid: ('Surrogate model does not have valid parameters', <BackwardMappingModel: BackwardMappingModel object>) Error in python catched in 226 of /home/sigveka/Documents/Projects/MoDeNa/GitHub/MoDeNa/src/src/model.c /home/sigveka/lib/modena/libmodena.so.1(modena_print_backtrace+0x2b) [0x7fd6cb50929b] /home/sigveka/lib/modena/libmodena.so.1(modena_model_new+0x123) [0x7fd6cb508803] ../src/MacroscopicProblem(main+0x18) [0x400c68] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7fd6cae4ca40] ../src/MacroscopicProblem(_start+0x29) [0x400df9] return code = 1 An unknow error occurred Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/fireworks/core/rocket.py", line 211, in run m_action = t.run_task(my_spec) File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1040, in run_task self.task(fw_spec) File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1096, in task self.handleReturnCode(ret.stored_data['returncode']) File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1079, in handleReturnCode sys.exit(returnCode) SystemExit: 1 2015-12-30 02:21:22,631 INFO Rocket finished |

  • SurfaceTension: installing PETSc, the same as above.

You can view, comment on, or merge this pull request online at:

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59

Commit Summary

  • Initial commit into gh-pages branch (orphaned)
  • "First gh-pages commit"
  • "Adding index"
  • "Index"
  • Merge branch 'gh-pages' of https://github.com/sigveka/MoDeNa into gh-pages
  • "asdf"
  • "Added bibliography"
  • asdf
  • "'tmp' backup"
  • "Python stub capable of doing 80% conversion from LaTeX, syntax is
  • Merge pull request #14 from sigveka/gh-pages
  • Merge remote-tracking branch 'upstream/master' into nextRelease
  • partial commit
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • Fix merge request
  • Stash my commit
  • Fixing merge error 'workflowdummy'
  • Merge remote-tracking branch 'upstream/gh-pages' into nextRelease
  • Fixing merge error 'SurrogateModel.py'
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • added find_module function to init.py
  • Renamed 'modena model' directories, updated READMES and removed redundant files
  • Adding files
  • Adding files
  • Removed dir:'Content', saved locally if this was a mistake...
  • Removed dir:'Content', saved locally if this was a mistake...
  • Starting documentation
  • Partial commit
  • fixing merge error
  • Adding file
  • Added some documentation, and 'import modena' to foamAgeing. No longer necessary to add PYTHONPATH to models directory
  • Documentation
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • Polymer density exact task modification
  • Merge error in Readme.md from examples/twoTanksFortran
  • Edited function for locating 'MoDeNaModels' in 'src/python/init.py'
  • Added documentation ++. Two problems: 1. Solubility 2. SurfaceTension

File Changes

applications/PUfoam/MoDeNaModels/FoamConstruction/FoamGeometryConstruction_Periodic.py https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-90 (0)

applications/PUfoam/MoDeNaModels/FoamConstruction/example_inputs/.gitignore https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-93 (0)

  • R

applications/PUfoam/MoDeNaModels/FoamConstruction/example_inputs/input.json https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-94 (0)

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/src/.gitignore https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-108 (0)

  • A

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/src/CMakeLists.txt https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-109 (35)

  • A

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/src/MacroscopicProblem https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-110 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/src/MacroscopicProblem.C https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-111 (4)

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/Numeric_subroutines.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-118 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/VLE_main.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-119 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/VLE_subroutines.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-120 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/getting_started_subroutines.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-121 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/main.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-122 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/makefile https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-123 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/module_solve_nonlinear.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-124 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/modules.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-125 (0)

applications/PUfoam/MoDeNaModels/Rheology/src/particles_in_a_box_2D_rmsh.igo https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-137 (0)

  • R

applications/PUfoam/MoDeNaModels/Rheology/src/particles_in_a_box_2D_rp.igo https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-138 (0)

  • R

applications/PUfoam/MoDeNaModels/Rheology/src/particles_in_a_box_2D_rp_geo.igo https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-139 (0)

applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/SolubilityMacroscopicTask.py https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-150 (0)

applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/src/CMakeLists.txt https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-153 (3)

  • A

applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/src/MacroscopicProblem https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-154 (0)

  • R

applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/src/MacroscopicProblem.C https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-155 (4)

applications/PUfoam/MoDeNaModels/Solubility/src/getting_started_subroutines.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-165 (0)

applications/PUfoam/MoDeNaModels/Solubility/src/module_solve_nonlinear.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-169 (0)

applications/PUfoam/MoDeNaModels/SurfaceTension/Description_SurfaceTension.pdf https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-172 (0)

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/SurfaceTensionExactTask.py https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-174 (0)

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/src/.gitignore https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-176 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/src/CMakeLists.txt https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-177 (3)

  • A

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/src/MacroscopicProblem https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-178 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/src/MacroscopicProblem.C https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-179 (2)

applications/PUfoam/MoDeNaModels/SurfaceTension/src/2_final_profile_local_proc_000.xlo https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-190 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/2_final_profile_local_proc_001.xlo https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-191 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/2_final_profile_local_proc_002.xlo https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-192 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/2_final_profile_local_proc_003.xlo https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-193 (0)

applications/PUfoam/MoDeNaModels/SurfaceTension/src/Numeric_subroutines.F90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-202 (0)

applications/PUfoam/MoDeNaModels/SurfaceTension/src/Spline_Integration_d.F90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-205 (0)

applications/PUfoam/MoDeNaModels/SurfaceTension/src/crit_point_mixtures.F90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-208 (0)

applications/PUfoam/MoDeNaModels/SurfaceTension/src/getting_started_subroutines.F90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-210 (0)

applications/PUfoam/MoDeNaModels/SurfaceTension/src/mod_DFT_DISP_WDA_d.F90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-218 (0)

applications/PUfoam/MoDeNaModels/SurfaceTension/src/module_solve_nonlinear.F90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-222 (0)

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/interpolation.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-271 (0)

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/physicalProperties.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-274 (0)

applications/PUfoam/MoDeNaModels/gasMixtureConductivity/gasMixtureConductivity.py https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-283 (0)

applications/PUfoam/MoDeNaModels/polymerConductivity/polymerConductivity.py https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-285 (0)

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/Numeric_subroutines.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-289 (1667)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/VLE_main.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-290 (125)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/VLE_subroutines.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-291 (7156)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/getting_started_subroutines.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-292 (4097)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/main.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-293 (132)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/module_solve_nonlinear.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-294 (1645)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/modules.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-295 (368)

applications/PUfoam/Models/Solubility/ExampleOfUsage/src/srcDetailedCode/Numeric_subroutines.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-297 (1667)

  • D

applications/PUfoam/Models/Solubility/ExampleOfUsage/src/srcDetailedCode/VLE_main.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-298 (102)

  • D

applications/PUfoam/Models/Solubility/ExampleOfUsage/src/srcDetailedCode/VLE_subroutines.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-299 (7156)

  • I

applications/PUfoam/Models/Solubility/ExampleOfUsage/src/srcDetailedCode/getting_started_subroutines.f90 https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-300 (0)

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/MoDeNa-EUProject/MoDeNa/pull/59.

Dr. Henrik Rusche WIKKI Ltd. Unit 459 Southbank House Tel: +44 (0)20 3176 7190 Black Prince Road E-mail: h.rusche@wikki.co.uk

London SE1 7SJ, United Kingdom

www.wikki.co.uk

— Reply to this email directly or view it on GitHub https://github.com/MoDeNa-EUProject/MoDeNa/pull/59#issuecomment-167981627 .

henrus commented 8 years ago

Easy, simply run

doxygen doc/Doxyfile

from root directory

Henrik

On 30/12/15 15:55, Sigve Karolius wrote:

Sorry about that, thought I remembered to change it back.

I could not get doxygen to work unless I put in the absolute paths (didnt research why, just concluded it didnt work...)

Sigve

On 30 December 2015 at 12:22, Henrik Rusche notifications@github.com wrote:

Why?

-INPUT = src \

  • examples \
  • applications \
  • doc \ +INPUT = /home/sigveka/Documents/2015/Projects/MoDeNa/MoDeNa_GitHub/src \ + /home/sigveka/Documents/2015/Projects/MoDeNa/MoDeNa_GitHub/examples \ +

/home/sigveka/Documents/2015/Projects/MoDeNa/MoDeNa_GitHub/applications \ + /home/sigveka/Documents/2015/Projects/MoDeNa/MoDeNa_GitHub/doc \

On 30/12/15 03:09, Sigve Karolius wrote:

This is a scary large commit, but everything but two things should be working (see "Problems").


Changes

The main changes have happened in five files:

Documentation:

  • Strategy.py
  • SurrogateModels.py

"ExactTask" AND "Backward Mapping Model" changes:

  • PolymerDensity.py
  • Solubility.py
  • SurfaceTension.py

Problems

  • I am getting a strange error when running |Solubility/ExampleOfUsage/workflow|

|Loading model Solubility[A=CO2,B=HEXANE] failed - Attempting automatic initialisation modena.Strategy.ParametersNotValid: ('Surrogate model does not have valid parameters', <BackwardMappingModel: BackwardMappingModel object>) Error in python catched in 226 of /home/sigveka/Documents/Projects/MoDeNa/GitHub/MoDeNa/src/src/model.c /home/sigveka/lib/modena/libmodena.so.1(modena_print_backtrace+0x2b) [0x7fd6cb50929b] /home/sigveka/lib/modena/libmodena.so.1(modena_model_new+0x123) [0x7fd6cb508803] ../src/MacroscopicProblem(main+0x18) [0x400c68] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7fd6cae4ca40] ../src/MacroscopicProblem(_start+0x29) [0x400df9] return code = 1 An unknow error occurred Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/fireworks/core/rocket.py", line 211, in run m_action = t.run_task(my_spec) File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1040, in run_task self.task(fw_spec) File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1096, in task self.handleReturnCode(ret.stored_data['returncode']) File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1079, in handleReturnCode sys.exit(returnCode) SystemExit: 1 2015-12-30 02:21:22,631 INFO Rocket finished |

  • SurfaceTension: installing PETSc, the same as above.

You can view, comment on, or merge this pull request online at:

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59

Commit Summary

  • Initial commit into gh-pages branch (orphaned)
  • "First gh-pages commit"
  • "Adding index"
  • "Index"
  • Merge branch 'gh-pages' of https://github.com/sigveka/MoDeNa into gh-pages
  • "asdf"
  • "Added bibliography"
  • asdf
  • "'tmp' backup"
  • "Python stub capable of doing 80% conversion from LaTeX, syntax is
  • Merge pull request #14 from sigveka/gh-pages
  • Merge remote-tracking branch 'upstream/master' into nextRelease
  • partial commit
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • Fix merge request
  • Stash my commit
  • Fixing merge error 'workflowdummy'
  • Merge remote-tracking branch 'upstream/gh-pages' into nextRelease
  • Fixing merge error 'SurrogateModel.py'
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • added find_module function to init.py
  • Renamed 'modena model' directories, updated READMES and removed redundant files
  • Adding files
  • Adding files
  • Removed dir:'Content', saved locally if this was a mistake...
  • Removed dir:'Content', saved locally if this was a mistake...
  • Starting documentation
  • Partial commit
  • fixing merge error
  • Adding file
  • Added some documentation, and 'import modena' to foamAgeing. No longer necessary to add PYTHONPATH to models directory
  • Documentation
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • Polymer density exact task modification
  • Merge error in Readme.md from examples/twoTanksFortran
  • Edited function for locating 'MoDeNaModels' in 'src/python/init.py'
  • Added documentation ++. Two problems: 1. Solubility 2. SurfaceTension

File Changes

applications/PUfoam/MoDeNaModels/CFD_tool_0D/src/eigen/src/vandermonde.f https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-76 (0)

applications/PUfoam/MoDeNaModels/FoamConstruction/FoamGeometryConstruction_Periodic.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-90 (0)

applications/PUfoam/MoDeNaModels/FoamConstruction/example_inputs/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-93 (0)

  • R

applications/PUfoam/MoDeNaModels/FoamConstruction/example_inputs/input.json

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-94 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-100 (0)

  • R applications/PUfoam/MoDeNaModels/Kinetics/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-101 (0)

  • R applications/PUfoam/MoDeNaModels/Kinetics/initModels

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-102 (0)

  • R applications/PUfoam/MoDeNaModels/Kinetics/predici_2_modena.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-103 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/Description_Density.pdf

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-104 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/Density.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-105 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/README.md

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-106 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/initModels

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-107 (4)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/src/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-108 (0)

  • A

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-109 (35)

  • A

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/src/MacroscopicProblem

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-110 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/src/MacroscopicProblem.C

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-111 (4)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/workflow

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-112 (6)

  • R applications/PUfoam/MoDeNaModels/PolymerDensity/PolymerDensity.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-113 (88)

  • R applications/PUfoam/MoDeNaModels/PolymerDensity/README.md

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-114 (0)

  • R applications/PUfoam/MoDeNaModels/PolymerDensity/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-115 (1)

  • R applications/PUfoam/MoDeNaModels/PolymerDensity/initModels

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-116 (4)

  • R applications/PUfoam/MoDeNaModels/PolymerDensity/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-117 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/Numeric_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-118 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/VLE_main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-119 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/VLE_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-120 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/getting_started_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-121 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-122 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/makefile

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-123 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/module_solve_nonlinear.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-124 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/modules.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-125 (0)

  • A applications/PUfoam/MoDeNaModels/PolymerDensity/src/PCSAFT_Density

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-126 (0)

  • R applications/PUfoam/MoDeNaModels/PolymerDensity/src/README.md

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-127 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/README

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-128 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/Rheology.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-129 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/WorkflowTest.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-130 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-131 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/initModels_rh

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-132 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src/coefficients.out

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-133 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src/mesh.geo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-134 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src/mesh_options_2D.igo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-135 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src/outputmesh.out

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-136 (0)

  • R

applications/PUfoam/MoDeNaModels/Rheology/src/particles_in_a_box_2D_rmsh.igo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-137 (0)

  • R

applications/PUfoam/MoDeNaModels/Rheology/src/particles_in_a_box_2D_rp.igo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-138 (0)

  • R

applications/PUfoam/MoDeNaModels/Rheology/src/particles_in_a_box_2D_rp_geo.igo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-139 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src/rheologyexact

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-140 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src/rheologyexactdummy

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-141 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src/rheologyexactdummy.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-142 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src_dummy/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-143 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src_dummy/workflowdummy

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-144 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src_dummy/workflowdummy.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-145 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/workflow

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-146 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-147 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/Description_Solubility.pdf

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-148 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/README.md

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-149 (9)

  • R

applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/SolubilityMacroscopicTask.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-150 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/initModels

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-151 (6)

  • R

applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/src/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-152 (0)

  • R

applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-153 (3)

  • A

applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/src/MacroscopicProblem

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-154 (0)

  • R

applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/src/MacroscopicProblem.C

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-155 (4)

  • R applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/src/in.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-156 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-158 (90)

  • A applications/PUfoam/MoDeNaModels/Solubility/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-159 (41)

  • R applications/PUfoam/MoDeNaModels/Solubility/initModels

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-160 (3)

  • R applications/PUfoam/MoDeNaModels/Solubility/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-161 (17)

  • R

applications/PUfoam/MoDeNaModels/Solubility/src/Numeric_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-162 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/src/VLE_main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-163 (0)

applications/PUfoam/MoDeNaModels/Solubility/src/getting_started_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-165 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/src/in.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-166 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/src/main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-167 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/src/makefile_old

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-168 (0)

  • R

applications/PUfoam/MoDeNaModels/Solubility/src/module_solve_nonlinear.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-169 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/src/modules.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-170 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/src/out.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-171 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/Description_SurfaceTension.pdf

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-172 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/README

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-173 (15)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/SurfaceTensionExactTask.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-174 (0)

  • A

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/initModels

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-175 (62)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/src/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-176 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-177 (3)

  • A

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/src/MacroscopicProblem

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-178 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/src/MacroscopicProblem.C

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-179 (2)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/workflow

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-180 (6)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/SurfaceTension.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-181 (81)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-182 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/initModels

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-183 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/ 0_initial_profile_global.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-184 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/ 10_initial_profile_global.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-185 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/ 11_final_profile_global.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-186 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/ 1_final_profile_global.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-187 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/ 40_initial_profile_global.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-188 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/ 41_final_profile_global.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-189 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/2_final_profile_local_proc_000.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-190 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/2_final_profile_local_proc_001.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-191 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/2_final_profile_local_proc_002.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-192 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/2_final_profile_local_proc_003.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-193 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-195 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/Helfer_Routinen.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-196 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/InitialGuess.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-197 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-200 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/Modules.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-201 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/Numeric_subroutines.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-202 (0)

  • A

applications/PUfoam/MoDeNaModels/SurfaceTension/src/PCSAFT_SurfaceTension

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-203 (0)

applications/PUfoam/MoDeNaModels/SurfaceTension/src/Spline_Integration_d.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-205 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/VLE_main.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-206 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/VLE_subroutines.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-207 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/crit_point_mixtures.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-208 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/fort.40

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-209 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/getting_started_subroutines.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-210 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/gnuplot_script.srp

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-211 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/in.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-212 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/makefile

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-213 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-215 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/mod_DFT_CHAIN_d.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-216 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/mod_DFT_DISP_WDA.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-217 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/mod_DFT_DISP_WDA_d.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-218 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-220 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/mod_PETSc.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-221 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/module_solve_nonlinear.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-222 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/out.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-223 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-224 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-225 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/bubbleGrowth.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-226 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-227 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-229 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/in_out.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-230 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/ioutils.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-231 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-232 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/model.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-233 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/modenastuff.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-234 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/opkda1.f

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-235 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/opkda2.f

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-236 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/opkdmain.f

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-237 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/tests.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-238 (0)

  • R applications/PUfoam/MoDeNaModels/diffusivity/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-239 (0)

  • R applications/PUfoam/MoDeNaModels/diffusivity/diffusivity.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-240 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-241 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-242 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/foamAging.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-243 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-244 (2)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/src/InOut.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-245 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-247 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/src/ioutils.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-248 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/src/main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-249 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/src/model.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-250 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/src/odepack.f

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-251 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/src/odepack_sub1.f

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-252 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/src/odepack_sub2.f

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-253 (0)

  • R

applications/PUfoam/MoDeNaModels/foamAging/src/src/physicalProperties.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-254 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-255 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-256 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/foamConductivity.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-257 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-258 (2)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/besselj.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-259 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/bessely.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-260 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/complex.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-261 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/condrad.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-262 (0)

  • R

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/conduction.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-263 (0)

  • R

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/constants.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-264 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/cylprop.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-265 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/filmprop.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-266 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/foamgeom.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-267 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/foamprop.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-268 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/gasprop.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-269 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/hbrd.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-270 (0)

  • R

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/interpolation.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-271 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/ioutils.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-272 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-273 (0)

  • R

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/physicalProperties.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-274 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/quadpack.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-275 (0)

  • R

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/solidprop.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-276 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/specfun.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-277 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-279 (0)

  • R applications/PUfoam/MoDeNaModels/gasConductivity/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-280 (0)

applications/PUfoam/MoDeNaModels/gasMixtureConductivity/gasMixtureConductivity.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-283 (0)

  • R applications/PUfoam/MoDeNaModels/polymerConductivity/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-284 (0)

  • R

applications/PUfoam/MoDeNaModels/polymerConductivity/polymerConductivity.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-285 (0)

  • R applications/PUfoam/MoDeNaModels/polymerViscosity/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-286 (0)

  • R applications/PUfoam/MoDeNaModels/polymerViscosity/polymerViscosity.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-287 (0)

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/Numeric_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-289 (1667)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/VLE_main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-290 (125)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/VLE_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-291 (7156)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/getting_started_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-292 (4097)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-293 (132)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/module_solve_nonlinear.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-294 (1645)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/modules.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-295 (368)

applications/PUfoam/Models/Solubility/ExampleOfUsage/src/srcDetailedCode/Numeric_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-297 (1667)

  • D

applications/PUfoam/Models/Solubility/ExampleOfUsage/src/srcDetailedCode/VLE_main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-298 (102)

  • D

applications/PUfoam/Models/Solubility/ExampleOfUsage/src/srcDetailedCode/VLE_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-299 (7156)

  • I

applications/PUfoam/Models/Solubility/ExampleOfUsage/src/srcDetailedCode/getting_started_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-300 (0)

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/MoDeNa-EUProject/MoDeNa/pull/59.

Dr. Henrik Rusche WIKKI Ltd. Unit 459 Southbank House Tel: +44 (0)20 3176 7190 Black Prince Road E-mail: h.rusche@wikki.co.uk

London SE1 7SJ, United Kingdom

www.wikki.co.uk

— Reply to this email directly or view it on GitHub

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59#issuecomment-167981627 .

— Reply to this email directly or view it on GitHub https://github.com/MoDeNa-EUProject/MoDeNa/pull/59#issuecomment-168014731.

Dr. Henrik Rusche WIKKI Gesellschaft für numerische Kontinuumsmechanik mbH Görgesstraße 24, 38118 Braunschweig, Germany

Amtsgericht Braunschweig: HRB 201420

+49 531 5809439 www.wikki-gmbh.de

sigveka commented 8 years ago

Haha, now I feel stupid :p

That does make sense.

Sigve

On 30 December 2015 at 16:12, Henrik Rusche notifications@github.com wrote:

Easy, simply run

doxygen doc/Doxyfile

from root directory

Henrik

On 30/12/15 15:55, Sigve Karolius wrote:

Sorry about that, thought I remembered to change it back.

I could not get doxygen to work unless I put in the absolute paths (didnt research why, just concluded it didnt work...)

Sigve

On 30 December 2015 at 12:22, Henrik Rusche notifications@github.com wrote:

Why?

-INPUT = src \

  • examples \
  • applications \
  • doc \ +INPUT = /home/sigveka/Documents/2015/Projects/MoDeNa/MoDeNa_GitHub/src \ + /home/sigveka/Documents/2015/Projects/MoDeNa/MoDeNa_GitHub/examples \ +

/home/sigveka/Documents/2015/Projects/MoDeNa/MoDeNa_GitHub/applications \ + /home/sigveka/Documents/2015/Projects/MoDeNa/MoDeNa_GitHub/doc \

On 30/12/15 03:09, Sigve Karolius wrote:

This is a scary large commit, but everything but two things should be working (see "Problems").


Changes

The main changes have happened in five files:

Documentation:

  • Strategy.py
  • SurrogateModels.py

"ExactTask" AND "Backward Mapping Model" changes:

  • PolymerDensity.py
  • Solubility.py
  • SurfaceTension.py

Problems

  • I am getting a strange error when running |Solubility/ExampleOfUsage/workflow|

|Loading model Solubility[A=CO2,B=HEXANE] failed - Attempting automatic initialisation modena.Strategy.ParametersNotValid: ('Surrogate model does not have valid parameters', <BackwardMappingModel: BackwardMappingModel object>) Error in python catched in 226 of /home/sigveka/Documents/Projects/MoDeNa/GitHub/MoDeNa/src/src/model.c /home/sigveka/lib/modena/libmodena.so.1(modena_print_backtrace+0x2b) [0x7fd6cb50929b] /home/sigveka/lib/modena/libmodena.so.1(modena_model_new+0x123) [0x7fd6cb508803] ../src/MacroscopicProblem(main+0x18) [0x400c68] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7fd6cae4ca40] ../src/MacroscopicProblem(_start+0x29) [0x400df9] return code = 1 An unknow error occurred Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/fireworks/core/rocket.py", line 211, in run m_action = t.run_task(my_spec) File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1040, in run_task self.task(fw_spec) File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1096, in task self.handleReturnCode(ret.stored_data['returncode']) File "/home/sigveka/lib/python2.7/site-packages/modena/Strategy.py", line 1079, in handleReturnCode sys.exit(returnCode) SystemExit: 1 2015-12-30 02:21:22,631 INFO Rocket finished |

  • SurfaceTension: installing PETSc, the same as above.

You can view, comment on, or merge this pull request online at:

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59

Commit Summary

  • Initial commit into gh-pages branch (orphaned)
  • "First gh-pages commit"
  • "Adding index"
  • "Index"
  • Merge branch 'gh-pages' of https://github.com/sigveka/MoDeNa into gh-pages
  • "asdf"
  • "Added bibliography"
  • asdf
  • "'tmp' backup"
  • "Python stub capable of doing 80% conversion from LaTeX, syntax is
  • Merge pull request #14 from sigveka/gh-pages
  • Merge remote-tracking branch 'upstream/master' into nextRelease
  • partial commit
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • Fix merge request
  • Stash my commit
  • Fixing merge error 'workflowdummy'
  • Merge remote-tracking branch 'upstream/gh-pages' into nextRelease
  • Fixing merge error 'SurrogateModel.py'
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • added find_module function to init.py
  • Renamed 'modena model' directories, updated READMES and removed redundant files
  • Adding files
  • Adding files
  • Removed dir:'Content', saved locally if this was a mistake...
  • Removed dir:'Content', saved locally if this was a mistake...
  • Starting documentation
  • Partial commit
  • fixing merge error
  • Adding file
  • Added some documentation, and 'import modena' to foamAgeing. No longer necessary to add PYTHONPATH to models directory
  • Documentation
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • Merge remote-tracking branch 'upstream/nextRelease' into nextRelease
  • Polymer density exact task modification
  • Merge error in Readme.md from examples/twoTanksFortran
  • Edited function for locating 'MoDeNaModels' in 'src/python/init.py'
  • Added documentation ++. Two problems: 1. Solubility 2. SurfaceTension

File Changes

applications/PUfoam/MoDeNaModels/CFD_tool_0D/src/eigen/src/vandermonde.f https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-76 (0)

applications/PUfoam/MoDeNaModels/FoamConstruction/FoamGeometryConstruction_Periodic.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-90 (0)

applications/PUfoam/MoDeNaModels/FoamConstruction/example_inputs/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-93 (0)

  • R

applications/PUfoam/MoDeNaModels/FoamConstruction/example_inputs/input.json

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-94 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-100 (0)

  • R applications/PUfoam/MoDeNaModels/Kinetics/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-101 (0)

  • R applications/PUfoam/MoDeNaModels/Kinetics/initModels

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-102 (0)

  • R applications/PUfoam/MoDeNaModels/Kinetics/predici_2_modena.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-103 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/Description_Density.pdf

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-104 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/Density.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-105 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/README.md

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-106 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/initModels

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-107 (4)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/src/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-108 (0)

  • A

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-109 (35)

  • A

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/src/MacroscopicProblem

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-110 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/src/MacroscopicProblem.C

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-111 (4)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/ExampleOfUsage/workflow

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-112 (6)

  • R applications/PUfoam/MoDeNaModels/PolymerDensity/PolymerDensity.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-113 (88)

  • R applications/PUfoam/MoDeNaModels/PolymerDensity/README.md

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-114 (0)

  • R applications/PUfoam/MoDeNaModels/PolymerDensity/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-115 (1)

  • R applications/PUfoam/MoDeNaModels/PolymerDensity/initModels

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-116 (4)

  • R applications/PUfoam/MoDeNaModels/PolymerDensity/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-117 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/Numeric_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-118 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/VLE_main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-119 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/VLE_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-120 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/getting_started_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-121 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-122 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/makefile

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-123 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/module_solve_nonlinear.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-124 (0)

  • R

applications/PUfoam/MoDeNaModels/PolymerDensity/src/DetailedModelCode/modules.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-125 (0)

  • A applications/PUfoam/MoDeNaModels/PolymerDensity/src/PCSAFT_Density

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-126 (0)

  • R applications/PUfoam/MoDeNaModels/PolymerDensity/src/README.md

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-127 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/README

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-128 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/Rheology.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-129 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/WorkflowTest.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-130 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-131 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/initModels_rh

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-132 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src/coefficients.out

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-133 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src/mesh.geo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-134 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src/mesh_options_2D.igo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-135 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src/outputmesh.out

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-136 (0)

  • R

applications/PUfoam/MoDeNaModels/Rheology/src/particles_in_a_box_2D_rmsh.igo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-137 (0)

  • R

applications/PUfoam/MoDeNaModels/Rheology/src/particles_in_a_box_2D_rp.igo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-138 (0)

  • R

applications/PUfoam/MoDeNaModels/Rheology/src/particles_in_a_box_2D_rp_geo.igo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-139 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src/rheologyexact

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-140 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src/rheologyexactdummy

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-141 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src/rheologyexactdummy.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-142 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src_dummy/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-143 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src_dummy/workflowdummy

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-144 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/src_dummy/workflowdummy.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-145 (0)

  • R applications/PUfoam/MoDeNaModels/Rheology/workflow

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-146 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-147 (0)

  • R

applications/PUfoam/MoDeNaModels/Solubility/Description_Solubility.pdf

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-148 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/README.md

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-149 (9)

  • R

applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/SolubilityMacroscopicTask.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-150 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/initModels

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-151 (6)

  • R

applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/src/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-152 (0)

  • R

applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-153 (3)

  • A

applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/src/MacroscopicProblem

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-154 (0)

  • R

applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/src/MacroscopicProblem.C

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-155 (4)

  • R applications/PUfoam/MoDeNaModels/Solubility/ExampleOfUsage/src/in.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-156 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-158 (90)

  • A applications/PUfoam/MoDeNaModels/Solubility/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-159 (41)

  • R applications/PUfoam/MoDeNaModels/Solubility/initModels

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-160 (3)

  • R applications/PUfoam/MoDeNaModels/Solubility/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-161 (17)

  • R

applications/PUfoam/MoDeNaModels/Solubility/src/Numeric_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-162 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/src/VLE_main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-163 (0)

applications/PUfoam/MoDeNaModels/Solubility/src/getting_started_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-165 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/src/in.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-166 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/src/main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-167 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/src/makefile_old

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-168 (0)

  • R

applications/PUfoam/MoDeNaModels/Solubility/src/module_solve_nonlinear.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-169 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/src/modules.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-170 (0)

  • R applications/PUfoam/MoDeNaModels/Solubility/src/out.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-171 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/Description_SurfaceTension.pdf

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-172 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/README

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-173 (15)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/SurfaceTensionExactTask.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-174 (0)

  • A

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/initModels

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-175 (62)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/src/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-176 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-177 (3)

  • A

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/src/MacroscopicProblem

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-178 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/src/MacroscopicProblem.C

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-179 (2)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/ExampleOfUsage/workflow

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-180 (6)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/SurfaceTension.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-181 (81)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-182 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/initModels

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-183 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/ 0_initial_profile_global.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-184 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/ 10_initial_profile_global.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-185 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/ 11_final_profile_global.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-186 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/ 1_final_profile_global.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-187 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/ 40_initial_profile_global.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-188 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/ 41_final_profile_global.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-189 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/2_final_profile_local_proc_000.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-190 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/2_final_profile_local_proc_001.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-191 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/2_final_profile_local_proc_002.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-192 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/2_final_profile_local_proc_003.xlo

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-193 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-195 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/Helfer_Routinen.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-196 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/InitialGuess.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-197 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-200 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/Modules.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-201 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/Numeric_subroutines.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-202 (0)

  • A

applications/PUfoam/MoDeNaModels/SurfaceTension/src/PCSAFT_SurfaceTension

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-203 (0)

applications/PUfoam/MoDeNaModels/SurfaceTension/src/Spline_Integration_d.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-205 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/VLE_main.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-206 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/VLE_subroutines.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-207 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/crit_point_mixtures.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-208 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/fort.40

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-209 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/getting_started_subroutines.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-210 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/gnuplot_script.srp

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-211 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/in.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-212 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/makefile

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-213 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-215 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/mod_DFT_CHAIN_d.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-216 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/mod_DFT_DISP_WDA.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-217 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/mod_DFT_DISP_WDA_d.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-218 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-220 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/mod_PETSc.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-221 (0)

  • R

applications/PUfoam/MoDeNaModels/SurfaceTension/src/module_solve_nonlinear.F90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-222 (0)

  • R applications/PUfoam/MoDeNaModels/SurfaceTension/src/out.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-223 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-224 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-225 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/bubbleGrowth.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-226 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-227 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-229 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/in_out.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-230 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/ioutils.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-231 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-232 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/model.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-233 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/modenastuff.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-234 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/opkda1.f

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-235 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/opkda2.f

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-236 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/opkdmain.f

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-237 (0)

  • R applications/PUfoam/MoDeNaModels/bubbleGrowth/src/src/tests.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-238 (0)

  • R applications/PUfoam/MoDeNaModels/diffusivity/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-239 (0)

  • R applications/PUfoam/MoDeNaModels/diffusivity/diffusivity.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-240 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-241 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-242 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/foamAging.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-243 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-244 (2)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/src/InOut.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-245 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-247 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/src/ioutils.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-248 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/src/main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-249 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/src/model.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-250 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/src/odepack.f

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-251 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/src/odepack_sub1.f

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-252 (0)

  • R applications/PUfoam/MoDeNaModels/foamAging/src/src/odepack_sub2.f

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-253 (0)

  • R

applications/PUfoam/MoDeNaModels/foamAging/src/src/physicalProperties.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-254 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/.gitignore

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-255 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-256 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/foamConductivity.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-257 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/CMakeLists.txt

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-258 (2)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/besselj.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-259 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/bessely.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-260 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/complex.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-261 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/condrad.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-262 (0)

  • R

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/conduction.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-263 (0)

  • R

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/constants.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-264 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/cylprop.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-265 (0)

  • R

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/filmprop.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-266 (0)

  • R

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/foamgeom.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-267 (0)

  • R

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/foamprop.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-268 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/gasprop.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-269 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/hbrd.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-270 (0)

  • R

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/interpolation.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-271 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/ioutils.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-272 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-273 (0)

  • R

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/physicalProperties.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-274 (0)

  • R

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/quadpack.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-275 (0)

  • R

applications/PUfoam/MoDeNaModels/foamConductivity/src/src/solidprop.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-276 (0)

  • R applications/PUfoam/MoDeNaModels/foamConductivity/src/src/specfun.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-277 (0)

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-279 (0)

  • R applications/PUfoam/MoDeNaModels/gasConductivity/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-280 (0)

applications/PUfoam/MoDeNaModels/gasMixtureConductivity/gasMixtureConductivity.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-283 (0)

  • R applications/PUfoam/MoDeNaModels/polymerConductivity/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-284 (0)

  • R

applications/PUfoam/MoDeNaModels/polymerConductivity/polymerConductivity.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-285 (0)

  • R applications/PUfoam/MoDeNaModels/polymerViscosity/init.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-286 (0)

  • R applications/PUfoam/MoDeNaModels/polymerViscosity/polymerViscosity.py

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-287 (0)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/modDensity.py https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-288 (206)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/Numeric_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-289 (1667)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/VLE_main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-290 (125)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/VLE_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-291 (7156)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/getting_started_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-292 (4097)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-293 (132)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/module_solve_nonlinear.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-294 (1645)

  • D

applications/PUfoam/Models/PolymerDensity/ExampleOfUsage/src/srcDetailedCode/modules.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-295 (368)

applications/PUfoam/Models/Solubility/ExampleOfUsage/src/srcDetailedCode/Numeric_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-297 (1667)

  • D

applications/PUfoam/Models/Solubility/ExampleOfUsage/src/srcDetailedCode/VLE_main.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-298 (102)

  • D

applications/PUfoam/Models/Solubility/ExampleOfUsage/src/srcDetailedCode/VLE_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-299 (7156)

  • I

applications/PUfoam/Models/Solubility/ExampleOfUsage/src/srcDetailedCode/getting_started_subroutines.f90

https://github.com/MoDeNa-EUProject/MoDeNa/pull/59/files#diff-300 (0)

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/MoDeNa-EUProject/MoDeNa/pull/59.

Dr. Henrik Rusche WIKKI Ltd. Unit 459 Southbank House Tel: +44 (0)20 3176 7190 Black Prince Road E-mail: h.rusche@wikki.co.uk

London SE1 7SJ, United Kingdom

www.wikki.co.uk

— Reply to this email directly or view it on GitHub

< https://github.com/MoDeNa-EUProject/MoDeNa/pull/59#issuecomment-167981627> .

— Reply to this email directly or view it on GitHub < https://github.com/MoDeNa-EUProject/MoDeNa/pull/59#issuecomment-168014731 .

Dr. Henrik Rusche WIKKI Gesellschaft für numerische Kontinuumsmechanik mbH Görgesstraße 24, 38118 Braunschweig, Germany

Amtsgericht Braunschweig: HRB 201420

+49 531 5809439 www.wikki-gmbh.de

— Reply to this email directly or view it on GitHub https://github.com/MoDeNa-EUProject/MoDeNa/pull/59#issuecomment-168017043 .