<?xml version="1.0"?>
<rss version="2.0"><channel><title>TOUGH/PetraSim forum Latest Topics</title><link>https://www.rockware.com/forum/index.php?/forum/5-toughpetrasim-forum/</link><description>TOUGH/PetraSim forum Latest Topics</description><language>en</language><item><title>Material undefined error in Import Cell Data</title><link>https://www.rockware.com/forum/index.php?/topic/3308-material-undefined-error-in-import-cell-data/</link><description><![CDATA[<p>
	Hi, 
</p>

<p>
	Many thanks for the recent update of PetraSim 2025-2. 
</p>

<p>
	I tried the new feature of Import Cell Data, but failed with the following error when I tried to implort material data.
</p>

<p>
	 
</p>

<p>
	<em>Error: 4 Material is undefined within Lookup Table.</em>
</p>

<p>
	 
</p>

<p>
	I have a CSV file containing X,Y,Z,Material columns. In the Material columns, the data have values from 0.0, 1.0, 2.0, and 3.0.
</p>

<p>
	In PetraSim, I defined 4 materials with material code of 0.0, 1.0, 2.0, and 3.0.
</p>

<p>
	I think I set them correctly, but there can be mistake somewhere.
</p>

<p>
	Does the error message suggest that there is a problem in material definition in the Petrasim data? 
</p>

<p>
	Or do I completely misunderstand somehting?
</p>

<p>
	It would be nice if someone can help to fix the error.
</p>

<p>
	 
</p>

<p>
	Thank you in advance,
</p>

<p>
	Nori
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">3308</guid><pubDate>Thu, 22 Jan 2026 01:24:29 +0000</pubDate></item><item><title>TOUGH/TOUGHREACT EOS5 serpentinization</title><link>https://www.rockware.com/forum/index.php?/topic/3299-toughtoughreact-eos5-serpentinization/</link><description><![CDATA[<p>
	Hello All,
</p>

<p>
	 
</p>

<p>
	Is TOUGHREACT / EOS5 able to simulate the process of serpentization that can lead to the production of natural hydrogen?
</p>

<p>
	I know that EOS5 is intended for transporting hydrogen in the aquatic environment, but I wonder if it is possible to simulate hydrogen generation in situ.
</p>

<p>
	 
</p>

<p>
	Kind regards,
</p>

<p>
	Maciej
</p>

<p>
	 
</p>

<p>
	P.S. I also posted the same question on the TOUGH forum, but it only had a few views, so I hope I'll get an answer here <img alt=":)" data-emoticon="" height="20" src="https://www.rockware.com/forum/uploads/emoticons/default_smile.png" srcset="https://www.rockware.com/forum/uploads/emoticons/smile@2x.png 2x" title=":)" width="20" />
</p>
]]></description><guid isPermaLink="false">3299</guid><pubDate>Wed, 19 Mar 2025 09:23:04 +0000</pubDate></item><item><title>Petrasim Java Error</title><link>https://www.rockware.com/forum/index.php?/topic/3290-petrasim-java-error/</link><description><![CDATA[<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	Hello,
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	We are experiencing a problem with Petrasim 2016.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	we are trying to set-up a model in which we would like to assign different temperature gradient to the layers.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	As soon as we click on Layer &gt; edit layers &gt; initial conditions &gt; temperature &gt; function, the software crashes.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	the java error we get is the following:
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	 
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">PetraSim Version: 2016.2.0523 x64
Date: 16-set-2024 10.16.30

java.lang.NullPointerException
	at petrasim.value.EditValue$ValueEditorLinear3d.getValues(Unknown Source)
	at petrasim.value.EditValue$ValueEditorLinear3d.lambda$editValue$43(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
	at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:184)
	at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:229)
	at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:227)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:227)
	at java.awt.Dialog.show(Dialog.java:1084)
	at java.awt.Component.show(Component.java:1673)
	at java.awt.Component.setVisible(Component.java:1625)
	at java.awt.Window.setVisible(Window.java:1014)
	at java.awt.Dialog.setVisible(Dialog.java:1005)
	at thunderheadeng.gui.guiDialog.setVisible(Unknown Source)
	at thunderheadeng.gui.guiDialog.beginShowing(Unknown Source)
	at thunderheadeng.gui.guiDialog.doModal(Unknown Source)
	at petrasim.gui.Actions$EditLayerAction.run(Unknown Source)
	at petrasim.gui.Actions$PetraSimAction$1.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)</span></pre>

<p>
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	We understand this is a Java related problem, but we don't know how to manage it.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	 
</p>

<h4 style="background-color:#ffffff;color:#353c41;font-size:14px;">
	<span>Java software installed is: Java RE Version 8 Update 401</span>
</h4>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	We need to use the software for an ongoing project.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	Any solutions?
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	Best Regards,
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:14px;">
	Vale
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">3290</guid><pubDate>Mon, 16 Sep 2024 08:21:53 +0000</pubDate></item><item><title>Selecting first active element of a region</title><link>https://www.rockware.com/forum/index.php?/topic/3281-selecting-first-active-element-of-a-region/</link><description><![CDATA[<div>
	<div>
		<div>
			<p>
				Dear all,<br />
				 
			</p>

			<p>
				I am currently utilizing Petrasim 2022.1003.<br />
				 
			</p>

			<p>
				For some reasons, I am employing an internal boundary to delineate the topography of the model, and so far, it has been effective.<br />
				 
			</p>

			<p>
				I utilized the internal boundary with an xyz file "DEM_tough_export.txt" to deactivate several upper elements (region 03), leaving the active domain as region 01.<br />
				 
			</p>

			<p>
				I am seeking an efficient method to solely select the upper active elements of region 01, which represent the topography. This is essential as I intend to set boundary conditions specifically for these elements.<br />
				 
			</p>

			<p>
				My initial approach was to create another internal boundary using a DEM offset of -5 meters. However, due to variations in element Dz, this method proved ineffective.
			</p>

			<p>
				Could you suggest an alternative solution to address this issue?<br />
				<br />
				I attach the picture below<br />
				<br />
				<span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span>Thank you very much for your help,<br />
				<br />
				Best regards,<br />
				<br />
				Thomas<br />
				<img alt="surface-select-petrasim.jpg" class="ipsImage" data-ratio="75.08" height="500" width="1000" src="https://i.ibb.co/98NmZZj/surface-select-petrasim.jpg" />
			</p>
		</div>
	</div>
</div>
]]></description><guid isPermaLink="false">3281</guid><pubDate>Mon, 01 Apr 2024 06:57:39 +0000</pubDate></item><item><title>Print out of K-red and PER_MOD in (TOUGH3, PetraSim, ECO2N)</title><link>https://www.rockware.com/forum/index.php?/topic/3284-print-out-of-k-red-and-per_mod-in-tough3-petrasim-eco2n/</link><description><![CDATA[<p style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">
	Hello,
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">
	I am working on<span> </span><strong>TOUGH3 (ECO2N) </strong>using <strong>PetraSim<span> </span></strong>to solve the injection of CO2 in<span> </span><strong>Heterogeneous model</strong>,<span> </span>and I want to print<span> </span><strong>k-red</strong><span> </span>(permeability reduction) and<span> </span><strong>PER_MOD</strong><span> </span>(permeability modifier) in output file. 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">
	<span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">Earlier, I used<span> </span></span><strong style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">TOUGH2<span> </span></strong><span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">using PetraSim</span><strong style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">, which able to print both parameters (k-red &amp; PER_MOD)<span> </span></strong><strong style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;"><span>on</span></strong><span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;"> its defau</span><span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">lt setting</span><strong style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">.</strong><span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;"> Now I am shifting to TOUGH3 using PetraSim. I enabled the OUTPU tab and Its on default settings. But its not printing </span><strong style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">k-red &amp; PER_MOD.</strong>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">
	<span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">I</span><span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;"><span> </span>tr</span><span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">ied some mo</span><span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">dification</span><span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">s as suggest</span><span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">ed on internet b</span><span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">y som</span><span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">e us</span><span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">ers. But I am not getting correct solution. </span>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">
	<span style="background-color:#ffffff;color:#333333;font-size:16px;text-align:left;">Thanking You </span>
</p>
]]></description><guid isPermaLink="false">3284</guid><pubDate>Mon, 15 Apr 2024 08:16:30 +0000</pubDate></item><item><title>What do "X per m^2", etc in vector values in Result view  mean?</title><link>https://www.rockware.com/forum/index.php?/topic/3283-what-do-x-per-m2-etc-in-vector-values-in-result-view-mean/</link><description><![CDATA[<p>
	Hi, 
</p>

<p>
	I see "X per m^2", "Y per m^2", and "Z per m^2" are in a list of vector values in 3D Result view in PetraSim. I tried but failed to find explanation for these values in PetraSim and TOUGH manuals. It would be helpful if anyone can explain me or give me a hint to find out their meaning.
</p>

<p>
	 
</p>

<p>
	Thank you in advance,
</p>

<p>
	Norihiro
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">3283</guid><pubDate>Thu, 04 Apr 2024 23:57:35 +0000</pubDate></item><item><title>Petrasim Java Error</title><link>https://www.rockware.com/forum/index.php?/topic/3276-petrasim-java-error/</link><description><![CDATA[<p>
	Hello,
</p>

<p>
	We are experiencing a problem with Petrasim 2016.
</p>

<p>
	The software is not working anymore. When we launch the software, this error message appear:
</p>

<p>
	<br />
	 
</p>

<blockquote class="ipsQuote" data-ipsquote="">
	<div class="ipsQuote_citation">
		Quote
	</div>

	<div class="ipsQuote_contents">
		<p>
			 
		</p>

		<p>
			PetraSim Version: 2016.2.0523 x64<br />
			Date: 21-mar-2024 9.40.28
		</p>

		<p>
			java.lang.NullPointerException<br />
			    at java.util.Collections.sort(Collections.java:175)<br />
			    at thunderheadeng.util.VersionUtil.buildPanel(Unknown Source)<br />
			    at petrasim.gui.PetraCheckForUpdatesDlg.init(Unknown Source)<br />
			    at thunderheadeng.util.VersionUtil$ACheckForUpdatesDlg.&lt;init&gt;(Unknown Source)<br />
			    at petrasim.gui.PetraCheckForUpdatesDlg.&lt;init&gt;(Unknown Source)<br />
			    at petrasim.gui.PetraSim$2.run(Unknown Source)<br />
			    at java.lang.Thread.run(Thread.java:745)
		</p>

		<p>
			 
		</p>
	</div>
</blockquote>

<p>
	 
</p>

<p>
	As soon as we click on the Error, the software closes.
</p>

<p>
	 
</p>

<p>
	We understand this is a Java related problem, but we don't know how to manage it.
</p>

<p>
	 
</p>

<h4>
	<span>Java software installed is the latest one: Java RE Version 8 Update 401</span>
</h4>

<p>
	We need to use the software for an ongoing project.
</p>

<p>
	 
</p>

<p>
	Any solutions?
</p>

<p>
	 
</p>

<p>
	Best Regards,
</p>

<p>
	Vale
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">3276</guid><pubDate>Thu, 21 Mar 2024 09:22:39 +0000</pubDate></item><item><title>CONVERGENCE FAILURE and  STOP EXECUTION AFTER NEXT TIME STEP</title><link>https://www.rockware.com/forum/index.php?/topic/3258-convergence-failure-and-stop-execution-after-next-time-step/</link><description><![CDATA[<p>
	Hello, I am facing the following error.
</p>

<p>
	I am new on PetraSim. If there is any solution please let me know. Thanking You 
</p>

<p>
	 
</p>

<p>
	 1C 2(****,  2) ST = 0.841700E+09 DT = 0.800000E+03 DX1= 0.730626E+00 DX2= -.341338E-11 T =  34.953 P = 10572413. S = 0.254903E-03<br />
	 +++++++++ REDUCE TIME STEP AT (****,  9) ++++++++++++++++   NEW DELT = 0.400000E+03<br />
	  1C14(****,  7) ST = 0.841700E+09 DT = 0.400000E+03 DX1= 0.397600E+00 DX2= 0.489379E-12 T =  34.194 P = 10329049. S = 0.571449E-04<br />
	 +++++++++ REDUCE TIME STEP AT (****,  9) ++++++++++++++++   NEW DELT = 0.100000E+03<br />
	  1510(****,  1) ST = 0.841700E+09 DT = 0.100000E+03 DX1= 0.000000E+00 DX2= 0.000000E+00 T =  33.989 P = 10095439. S = 0.000000E+00<br />
	  1B64(****,  4) ST = 0.841701E+09 DT = 0.200000E+03 DX1= 0.183087E+00 DX2= 0.452424E-12 T =  35.054 P = 10586076. S = 0.268510E-03<br />
	  1B61(****,  4) ST = 0.841701E+09 DT = 0.200000E+03 DX1= 0.183087E+00 DX2= 0.452895E-12 T =  35.054 P = 10586077. S = 0.268512E-03<br />
	 +++++++++ REDUCE TIME STEP AT (****,  9) ++++++++++++++++   NEW DELT = 0.500000E+02<br />
	  1510(****,  1) ST = 0.841701E+09 DT = 0.500000E+02 DX1= 0.000000E+00 DX2= 0.000000E+00 T =  33.989 P = 10095440. S = 0.000000E+00<br />
	  1510(****,  1) ST = 0.841701E+09 DT = 0.100000E+03 DX1= 0.000000E+00 DX2= 0.000000E+00 T =  33.989 P = 10095440. S = 0.000000E+00
</p>

<p>
	 +++++++++ CONVERGENCE FAILURE ON TIME STEP #**** WITH DT = 0.200000E+03 SECONDS, FOLLOWING TWO STEPS THAT CONVERGED ON ITER = 1<br />
	           STOP EXECUTION AFTER NEXT TIME STEP<br />
	 +++++++++ REDUCE TIME STEP AT (****,  9) ++++++++++++++++   NEW DELT = 0.500000E+02<br />
	  1510(****,  1) ST = 0.841701E+09 DT = 0.500000E+02 DX1= 0.000000E+00 DX2= 0.000000E+00 T =  33.989 P = 10095440. S = 0.000000E+00
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">3258</guid><pubDate>Tue, 31 Oct 2023 08:03:37 +0000</pubDate></item><item><title>How to make the balance between initial water and sandstone?</title><link>https://www.rockware.com/forum/index.php?/topic/3265-how-to-make-the-balance-between-initial-water-and-sandstone/</link><description><![CDATA[<p>
	<span style="font-size:20px;">Hi,</span>
</p>

<p>
	 
</p>

<div style="color:#000000;font-size:14px;">
	<font face="微软雅黑"><span style="font-size:20px;"></span><span style="font-size:20px;">Recently</span><span style="font-size:20px;">, I used Petrasim 2018 to simulate </span><span style="font-size:20px;">dissolution</span><span style="font-size:20px;"> and </span><span style="font-size:20px;">precipitation</span><span style="font-size:20px;"> in sandstone under </span><span style="font-size:20px;">meteoric</span><span style="font-size:20px;"> water, but it always reminds me  " Singular Matrix in Chemical Solver, STOP". I tried to use PHREEQC to balance river water and sandstone as suggested, the results from </span><span><span style="font-size:20px;">PHREEQC show different chemical ions with Petrasim/toughreact (like Al3+ in PHREEQC, AlO2- in<span> </span></span><span style="color:#000000;font-size:20px;">Petrasim/toughreact</span><span style="font-size:20px;">). Then I used part and all of PHREEQC balance results as initial water, but these two inputs both remind me same error "</span><span style="color:#000000;font-size:20px;"><span> </span>Singular Matrix in Chemical Solver, STOP</span><span style="font-size:20px;">". At this time, I did not add boundary water in this system. I feel so confused and donot know how to solve this problem. I desperately want help from Petrasim/toughreact specialists!</span></span></font>
</div>

<div style="color:#000000;font-size:14px;">
	 
</div>

<div style="color:#000000;font-size:14px;">
	<font face="微软雅黑"><span><span style="font-size:20px;">Best regrdings!</span></span></font>
</div>
<p>
<a class="ipsAttachLink" href="https://www.rockware.com/forum/applications/core/interface/file/attachment.php?id=1199&amp;key=aef06316255748dfaa686789afb6bed3" data-fileExt='sim' data-fileid='1199' data-filekey='aef06316255748dfaa686789afb6bed3'>1.sim</a> 
<a class="ipsAttachLink" href="https://www.rockware.com/forum/applications/core/interface/file/attachment.php?id=1200&amp;key=96eee0932be90a2e6bbe11c19c334d17" data-fileExt='inp' data-fileid='1200' data-filekey='96eee0932be90a2e6bbe11c19c334d17'>solute.inp</a> 
<a class="ipsAttachLink" href="https://www.rockware.com/forum/applications/core/interface/file/attachment.php?id=1201&amp;key=6fae45887855539b79c81f08deb2d207" data-fileExt='inp' data-fileid='1201' data-filekey='6fae45887855539b79c81f08deb2d207'>chemical.inp</a> 
<a class="ipsAttachLink" href="https://www.rockware.com/forum/applications/core/interface/file/attachment.php?id=1202&amp;key=d19dfc625f80f9cb57668e59d39ffd1a" data-fileExt='inp' data-fileid='1202' data-filekey='d19dfc625f80f9cb57668e59d39ffd1a'>flow.inp</a></p>]]></description><guid isPermaLink="false">3265</guid><pubDate>Tue, 21 Nov 2023 15:00:14 +0000</pubDate></item><item><title>The different results  between toughreact and petrasim2018</title><link>https://www.rockware.com/forum/index.php?/topic/3263-the-different-results-between-toughreact-and-petrasim2018/</link><description><![CDATA[<div style="color:#31353b;font-size:14px;">
	Recently, I try to use Petrasim to model interaction between meteoric water and carbonate rock. I got original .inp files from the author, she used toughreact to acquire results. I set the same parameters as inp files from toughR, but i got very different results (such as porosity and calcite concentrate). Then I borrowed other's Petrasim 2018 and run my sim<span> file, I got same results as my version. So could you can help me find out the reasons that leading to very different results, even though they have same parameters?</span>
</div>

<div style="color:#31353b;font-size:14px;">
	<span><span style="color:#000000;font-size:14px;">Petrasim provides so convenient</span><span style="color:#000000;font-size:14px;"> interaction and visualization windows. I do not want to give up this software.</span></span>
</div>

<div style="color:#31353b;font-size:14px;">
	 
</div>

<div style="color:#31353b;font-size:14px;">
	<span><span style="color:#000000;font-size:14px;">Model set (EOS1):</span></span>
</div>

<div style="color:#31353b;font-size:14px;">
	<span><span><span>Material: 0.8 calcite + 0.2 </span>dolomite<span> ;  </span></span></span>
</div>

<div style="color:#31353b;font-size:14px;">
	<span><span><span>Run time:2 Ma; </span></span></span>
</div>

<div style="color:#31353b;font-size:14px;">
	<span><span><span>Boundary water: </span>Meteoric<span> water; </span></span></span>
</div>

<div style="color:#31353b;font-size:14px;">
	<span><span><span>Original water: Formation water; </span></span></span>
</div>

<div style="color:#31353b;font-size:14px;">
	<span><span><span>Injection rate: 9.5129E-4 kg/s at begin, 0 <span style="color:#000000;font-size:14px;">kg/s</span><span> </span>at 2Ma</span></span></span>
</div>

<div style="color:#31353b;font-size:14px;">
	Results:<span style="color:#ea3324;"><span> </span>At the simulation ending, porosity does not increase  and calcite<span> </span><span style="font-size:14px;">does not decrease </span>in Patrasim; the results in toughreact are opposite.</span>
</div>
<p>
<a class="ipsAttachLink" href="https://www.rockware.com/forum/applications/core/interface/file/attachment.php?id=1197&amp;key=60c936b398d4ddf5a92a017dbab0b072" data-fileExt='rar' data-fileid='1197' data-filekey='60c936b398d4ddf5a92a017dbab0b072'>model.rar</a></p>]]></description><guid isPermaLink="false">3263</guid><pubDate>Fri, 17 Nov 2023 10:32:30 +0000</pubDate></item><item><title>Results file not found (ECO2M, TOUGH V2.1, PetraSim), no .csv file generated, Unbale to generate 3D results.</title><link>https://www.rockware.com/forum/index.php?/topic/3255-results-file-not-found-eco2m-tough-v21-petrasim-no-csv-file-generated-unbale-to-generate-3d-results/</link><description><![CDATA[<p style="background-color:#ffffff;color:#333333;font-size:16px;">
	Hello, 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;">
	I am solving the TOUGH exercise (<strong>ECO2M Example: CO2 Injection Well</strong>) on <strong>PetraSim</strong>. After successfully running <strong>Tough v2.1.</strong> I am unable to view the results (3D Results).  The error tab shows that "<strong>Could not load results: Results file not found</strong>". 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;">
	Here is the complete scenario presented step by step. (Respective Screenshots  attached with serial number):
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;">
	1. New model created (TOUGH v2.1 and ECO2M)
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;">
	2. Model required user-supplied simulator EXEs (A information tab opened)
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;">
	3. A folder (TOUGH2_v21 created) in the relevant directory 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;">
	4. ECO2M .exe file pasted in above mention the above-mentioned folder
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;">
	5. Tough2 run and simulation completed
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;">
	6.<span> </span><strong>When I clicked on 3D results, an error showed that</strong><em><strong> </strong></em>"<em><strong>Could not load results: Results file not found</strong></em>"
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;">
	7. <strong><span> </span>I checked the project folder and there are no .csv (Excel) files exist. </strong>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;">
	All other EOS with Tough2.0 generating .cvs files and showing all 3D results <strong>but</strong><span> </span><strong><span style="color:#f64036;">ECO2M with TOUGH_v2.1 not generating any .csv file in project folder and not showing 3D results. </span></strong>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;">
	<strong>I request you, if youhave any solution to this error, please help. I would be very thankful.</strong>
</p>

<p><a href="https://www.rockware.com/forum/uploads/monthly_2023_09/1.png.27fb2b2d44e00c21d4224d83630b1b25.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="1185" src="https://www.rockware.com/forum/uploads/monthly_2023_09/1.thumb.png.5333d034232c38425645c84607bee276.png" data-ratio="64.6" width="1000" class="ipsImage ipsImage_thumbnailed" alt="1.png"></a></p>
<p><a href="https://www.rockware.com/forum/uploads/monthly_2023_09/2.png.25e8f35b60ea60cb81e8fc6a8714a465.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="1186" src="https://www.rockware.com/forum/uploads/monthly_2023_09/2.png.25e8f35b60ea60cb81e8fc6a8714a465.png" data-ratio="71.52" width="625" class="ipsImage ipsImage_thumbnailed" alt="2.png"></a></p>
<p><a href="https://www.rockware.com/forum/uploads/monthly_2023_09/3.png.15f08f50ad8099d4e8b6580b5ef99330.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="1187" src="https://www.rockware.com/forum/uploads/monthly_2023_09/3.png.15f08f50ad8099d4e8b6580b5ef99330.png" data-ratio="42.03" width="533" class="ipsImage ipsImage_thumbnailed" alt="3.png"></a></p>
<p><a href="https://www.rockware.com/forum/uploads/monthly_2023_09/4.png.a148133aac3a659cf514a70511a9b597.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="1188" src="https://www.rockware.com/forum/uploads/monthly_2023_09/4.png.a148133aac3a659cf514a70511a9b597.png" data-ratio="50.63" width="640" class="ipsImage ipsImage_thumbnailed" alt="4.png"></a></p>
<p><a href="https://www.rockware.com/forum/uploads/monthly_2023_09/5.png.4cd3913588b0f1099796f989294e7aee.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="1189" src="https://www.rockware.com/forum/uploads/monthly_2023_09/5.png.4cd3913588b0f1099796f989294e7aee.png" data-ratio="76.06" width="777" class="ipsImage ipsImage_thumbnailed" alt="5.png"></a></p>
<p><a href="https://www.rockware.com/forum/uploads/monthly_2023_09/6.png.a391c8e4a5bde7e6c046724b30799326.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="1190" src="https://www.rockware.com/forum/uploads/monthly_2023_09/6.thumb.png.da4d329f3822257c5edc564e751fd97c.png" data-ratio="67.7" width="1000" class="ipsImage ipsImage_thumbnailed" alt="6.png"></a></p>
<p><a href="https://www.rockware.com/forum/uploads/monthly_2023_09/7.png.fcc4e2e9e0abbc4eac7cc510c35b8d67.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="1191" src="https://www.rockware.com/forum/uploads/monthly_2023_09/7.png.fcc4e2e9e0abbc4eac7cc510c35b8d67.png" data-ratio="87.84" width="773" class="ipsImage ipsImage_thumbnailed" alt="7.png"></a></p>]]></description><guid isPermaLink="false">3255</guid><pubDate>Sat, 30 Sep 2023 12:09:38 +0000</pubDate></item><item><title>Petrasim: Simulation Halted Prematurely</title><link>https://www.rockware.com/forum/index.php?/topic/3256-petrasim-simulation-halted-prematurely/</link><description><![CDATA[<p style="background-color:#f7f7f8;border:0px solid #d9d9e3;color:#374151;font-size:16px;">
	Good Day,
</p>

<p style="background-color:#f7f7f8;border:0px solid #d9d9e3;color:#374151;font-size:16px;">
	 
</p>

<p style="background-color:#f7f7f8;border:0px solid #d9d9e3;color:#374151;font-size:16px;">
	I am currently working on a CO2 sequestration simulation in ToughReact using PetraSim. During this process, I encountered an issue concerning the simulation files, particularly runlog.out and flow.out. Unfortunately, there were no output files, and the error was not clearly explained.
</p>

<p style="background-color:#f7f7f8;border:0px solid #d9d9e3;color:#374151;font-size:16px;">
	 
</p>

<p style="background-color:#f7f7f8;border:0px solid #d9d9e3;color:#374151;font-size:16px;">
	The simulation itself failed to run and displayed a window stating: "Simulation halted prematurely. See: runlog.out and flow.out."
</p>

<p style="background-color:#f7f7f8;border:0px solid #d9d9e3;color:#374151;font-size:16px;">
	However, when attempting to access the runlog.out and flow.out files by clicking on them, nothing opens.
</p>

<p style="background-color:#f7f7f8;border:0px solid #d9d9e3;color:#374151;font-size:16px;">
	I have included screenshots below for your reference.
</p>

<p style="background-color:#f7f7f8;border:0px solid #d9d9e3;color:#374151;font-size:16px;">
	Your assistance in resolving this matter would be greatly appreciated. Thank you for your time and consideration.
</p>

<p style="background-color:#f7f7f8;border:0px solid #d9d9e3;color:#374151;font-size:16px;">
	 
</p>

<p style="background-color:#f7f7f8;border:0px solid #d9d9e3;color:#374151;font-size:16px;">
	Best regards,
</p>

<p style="background-color:#f7f7f8;border:0px solid #d9d9e3;color:#374151;font-size:16px;">
	Sani
</p>

<p><a href="https://www.rockware.com/forum/uploads/monthly_2023_10/1194549492_problem1.PNG.5a08d5adaca743d8b0090dbccced46d1.PNG" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="1192" src="https://www.rockware.com/forum/uploads/monthly_2023_10/1108893393_problem1.thumb.PNG.00ccc3e96852134742309c72a525f491.PNG" data-ratio="120.19" width="624" class="ipsImage ipsImage_thumbnailed" alt="problem 1.PNG"></a></p>]]></description><guid isPermaLink="false">3256</guid><pubDate>Mon, 02 Oct 2023 10:20:20 +0000</pubDate></item><item><title>MINC and permeability modifier</title><link>https://www.rockware.com/forum/index.php?/topic/3240-minc-and-permeability-modifier/</link><description><![CDATA[<p>
	Do any of you have experience with using MINC along with the permeability modifier?
</p>

<p>
	 
</p>

<p>
	I´m wotking on a model with 300 cells and so far not including any chemichal transport/reactions.
</p>

<p>
	 
</p>

<p>
	Applying the permeability factor and disabling MINC --&gt; all is good
</p>

<p>
	Enabling the MINC method and not applying the perm modifier -&gt; all is good
</p>

<p>
	Applying both -&gt; it´s and endless list of "CANNOT FIND PARAMETRES AT ELEMENT" ERRORS and the model simply doesn't run.
</p>

<p>
	 
</p>

<p>
	Any suggestions on how to solve this?
</p>

<p>
	 
</p>

<p>
	BR Mette Lise
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">3240</guid><pubDate>Tue, 09 May 2023 08:21:58 +0000</pubDate></item><item><title>Visualization</title><link>https://www.rockware.com/forum/index.php?/topic/3237-visualization/</link><description><![CDATA[<p>
	Hi all,
</p>

<p>
	 
</p>

<p>
	Please I am new user of PetraSim and would like to know how to show the gas pressure and liquid pressure versus time for the results. I know how to print specific grid. But, the flof excel file shows only a pressure without specifying the phase. Can you please help with that.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	Kind Regards,
</p>

<p>
	Abdelrazik Elfar
</p>
]]></description><guid isPermaLink="false">3237</guid><pubDate>Mon, 27 Mar 2023 11:47:58 +0000</pubDate></item><item><title>Model not running</title><link>https://www.rockware.com/forum/index.php?/topic/3216-model-not-running/</link><description><![CDATA[<p>
	I'm a new user of PetraSim wondering why my model will not run.<br />
	I've read through the previous topic "Problem with runlog.out and flow.out files" as I get the same error when I try to run the model. However, I think my issue is much more basic.<br />
	<br />
	My model is very simple; 4 cells with standard values in most settings. For now, I'm only looking at getting the model to flow, and I have disabled the chemical simulations. The error I get is this seen below:
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	I have access to the flow.out file, but a runlog.out file is not created.
</p>

<p>
	 
</p>

<p>
	Any suggestions to what I'm doing wrong?
</p>

<p>
	 
</p>

<p>
	 
</p>

<p><a href="https://www.rockware.com/forum/uploads/monthly_2022_10/image.png.2461e0938f16a2041610feac3f52e075.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="1164" src="https://www.rockware.com/forum/uploads/monthly_2022_10/image.png.2461e0938f16a2041610feac3f52e075.png" data-ratio="58.02" width="293" class="ipsImage ipsImage_thumbnailed" alt="image.png"></a></p>]]></description><guid isPermaLink="false">3216</guid><pubDate>Tue, 11 Oct 2022 08:50:50 +0000</pubDate></item><item><title>rotation of grid</title><link>https://www.rockware.com/forum/index.php?/topic/3215-rotation-of-grid/</link><description><![CDATA[<p>
	Does anybody know if there is a way to make a simple rotation of a grid (adding a strike to the model)?
</p>

<p>
	BR Mette Lise
</p>

<p>
	<br />
	 
</p>
]]></description><guid isPermaLink="false">3215</guid><pubDate>Fri, 07 Oct 2022 07:34:44 +0000</pubDate></item><item><title>Could not save or open file (IOException, EOFException errors)</title><link>https://www.rockware.com/forum/index.php?/topic/3194-could-not-save-or-open-file-ioexception-eofexception-errors/</link><description><![CDATA[<p>
	Hi, my PetraSim 2020 (x64) cannot save or open sim files saying,
</p>

<p>
	"Could not save to (path~~) Cause: IOEXception: Could not write ~~. Check permissions and try again"
</p>

<p>
	"Could not open file: (path~~) Cause: EOFException"
</p>

<p>
	Actually, I recently upgraded my C: (changing SSD). Maybe because of this? But when I check the status of license, it's Licensed.
</p>

<p>
	And what is strange is, existing sim files have no problem in opening.
</p>

<p>
	Any solution to this?
</p>
]]></description><guid isPermaLink="false">3194</guid><pubDate>Tue, 14 Jun 2022 16:23:09 +0000</pubDate></item><item><title>Is it possible to make a model which has different cell sizes in the xy-plane</title><link>https://www.rockware.com/forum/index.php?/topic/3193-is-it-possible-to-make-a-model-which-has-different-cell-sizes-in-the-xy-plane/</link><description><![CDATA[<p>
	I would like to create a model which has a closer cell-density in the middle of the model than in the outer parts of the model. An example could be something like this (top view):
</p>

<p>
	 
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="1134" data-ratio="100.00" width="640" alt="image.png.68aa20ff1634389a893f30e3268e1aca.png" src="https://www.rockware.com/forum/uploads/monthly_2022_06/image.png.68aa20ff1634389a893f30e3268e1aca.png" />
</p>
]]></description><guid isPermaLink="false">3193</guid><pubDate>Thu, 09 Jun 2022 09:22:46 +0000</pubDate></item><item><title>Problem with runlog.out and flow.out files</title><link>https://www.rockware.com/forum/index.php?/topic/3151-problem-with-runlogout-and-flowout-files/</link><description><![CDATA[<p>
	Good day,
</p>

<p>
	 
</p>

<p>
	I am working on a simulation on CO2 sequestration in ToughReact using PetraSim. I faced the problem with simulation files, especially runlog.out and flow.out. If I go to the Cell History Plot and 3D results, I can see some graphs and change of parameters in 3D as attached.
</p>

<p>
	However, the simulation itself does not run and it shows the window with following: "Simulation halted prematurely. See: runlog.out and flow.out". 
</p>

<p>
	When I click on the runlog.out file, it shows a warning in the notebook file. However when I click on the flow.out file, it does not open anything.
</p>

<p>
	All the screenshots are attached below.
</p>

<p>
	 
</p>

<p>
	Hope for your help. Thank you.
</p>

<p>
	 
</p>

<p>
	Regards,
</p>

<p>
	Aigerim
</p>

<p><a href="https://www.rockware.com/forum/uploads/monthly_2021_05/3d.png.e9f02a89d194ed2886dcc7ad4276c7de.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="1072" src="https://www.rockware.com/forum/uploads/monthly_2021_05/3d.png.e9f02a89d194ed2886dcc7ad4276c7de.png" data-ratio="54.27" width="796" class="ipsImage ipsImage_thumbnailed" alt="3d.png"></a></p>
<p><a href="https://www.rockware.com/forum/uploads/monthly_2021_05/error.png.ef58094eb0bd9a4f1d7bf7d9c2960b58.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="1073" src="https://www.rockware.com/forum/uploads/monthly_2021_05/error.png.ef58094eb0bd9a4f1d7bf7d9c2960b58.png" data-ratio="86.54" width="572" class="ipsImage ipsImage_thumbnailed" alt="error.png"></a></p>
<p><a href="https://www.rockware.com/forum/uploads/monthly_2021_05/743112566_cellhistoryplot.png.1c447c76b52f4d4633ac0ab781594ccc.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="1074" src="https://www.rockware.com/forum/uploads/monthly_2021_05/1595105700_cellhistoryplot.thumb.png.8ec021e5212c56eef5028bfbe8f6baf3.png" data-ratio="54.8" width="1000" class="ipsImage ipsImage_thumbnailed" alt="cell history plot.png"></a></p>
<p><a href="https://www.rockware.com/forum/uploads/monthly_2021_05/runlog.png.1b66cf183b3ec983a619188b4b3bc79b.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="1076" src="https://www.rockware.com/forum/uploads/monthly_2021_05/runlog.thumb.png.22cf2e06b08f75a3adf63f8e442b2407.png" data-ratio="24.5" width="1000" class="ipsImage ipsImage_thumbnailed" alt="runlog.png"></a></p>]]></description><guid isPermaLink="false">3151</guid><pubDate>Mon, 24 May 2021 10:48:59 +0000</pubDate></item><item><title>why this error occurred:&#xA0; Singular Matrix in Chemical Solver, STOP</title><link>https://www.rockware.com/forum/index.php?/topic/3148-why-this-error-occurred%C2%A0-singular-matrix-in-chemical-solver-stop/</link><description><![CDATA[<p>
	I created a model to simulate the movement of heavy metals in polluted soil after rainfall. But there was an error: <strong> Singular Matrix in Chemical Solver, STOP</strong>
</p>

<p>
	<strong>The picture below is the initial water and boundary water information </strong><strong>in my model.</strong>
</p>

<p>
	Please tell me know how to make it.<a class="ipsAttachLink ipsAttachLink_image" href="https://www.rockware.com/forum/uploads/monthly_2021_04/1.jpg.57bf40924909e64545dd51f6d16e29dc.jpg" data-fileid="1066" data-fileext="jpg" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="1066" data-ratio="59.00" width="1000" alt="1.thumb.jpg.fbe85406fe98cda7654593aaa532fcd8.jpg" src="https://www.rockware.com/forum/uploads/monthly_2021_04/1.thumb.jpg.fbe85406fe98cda7654593aaa532fcd8.jpg" /></a>
</p>
]]></description><guid isPermaLink="false">3148</guid><pubDate>Wed, 28 Apr 2021 03:57:46 +0000</pubDate></item><item><title><![CDATA[EOS7 - Brine Definition & Tracing flow of brines of different sources in a simulation]]></title><link>https://www.rockware.com/forum/index.php?/topic/3150-eos7-brine-definition-tracing-flow-of-brines-of-different-sources-in-a-simulation/</link><description><![CDATA[<p>
	Hello 
</p>

<p>
	 
</p>

<p>
	I am looking for more clarity on the definition of brine in EOS7.  In the TOUGH2 user's guide V2, it states that, "The brine is modeled as NaCl solution, while the non-condensible gas is air, although the treatment could be adapted, with minor modifications, to other brines and gases." (Sec. 6.6, pg. 40). 
</p>

<p>
	1. What exactly does it mean NaCl solution? (for example 90% NaCl and 10% freshwater)
</p>

<p>
	2. I want to model the flow of brines of different origins, how can I trace these two different origins brines (e.g. flows, mixing, transport etc)?
</p>

<p>
	            Petrasims seems to only allow a tracer to only one brine (the EOS7 brine, which I am not sure it's true definition and if it is possible to modify and split into separate brines). 
</p>
]]></description><guid isPermaLink="false">3150</guid><pubDate>Tue, 11 May 2021 19:15:06 +0000</pubDate></item><item><title>Automatic update of rock properties</title><link>https://www.rockware.com/forum/index.php?/topic/3139-automatic-update-of-rock-properties/</link><description><![CDATA[<p>
	Hello,
</p>

<p>
	 
</p>

<p>
	I am creating a TOUGH2 model with 40 rock properties. In order to adjust my model, I am interested to update these 40 rock properties based on an equation I have created.
</p>

<p>
	 
</p>

<p>
	I wonder if there is a way to do update these rock properties, without having to do it manually each time, since it is too long.
</p>

<p>
	 
</p>

<p>
	One solution could be to load  a "model.dat" file with updated rock properties. However,  I noticed that a new "model.dat" file is created during each new run, thus I seems not possible with this solution.
</p>

<p>
	 
</p>

<p>
	Do you have any idea how it could be done?<br />
	<br />
	Thank you in advance for your answer/help<br />
	<br />
	Best<br />
	<br />
	Thomas
</p>
]]></description><guid isPermaLink="false">3139</guid><pubDate>Tue, 30 Mar 2021 03:26:35 +0000</pubDate></item><item><title>Converting ToughReact V3 output to plot in Petrasim</title><link>https://www.rockware.com/forum/index.php?/topic/3135-converting-toughreact-v3-output-to-plot-in-petrasim/</link><description><![CDATA[<p>
	Hi, I am running simulations that are set up in Petrasim but are run in ToughReact V3 because I am including adsorption (as surface adsorption sites) and aqueous kinetics in the chemical.inp file and solute.inp file. Is there a way to import the output from the V3 runs back into Petrasim? The simulations are using the Volonoi gridding and the Petrasim GUI is really easy and practical for viewing output compared to Tecplot.
</p>

<p>
	 
</p>

<p>
	Thanks
</p>
]]></description><guid isPermaLink="false">3135</guid><pubDate>Tue, 02 Mar 2021 18:10:58 +0000</pubDate></item><item><title>Why does my change of CO2 partial pressure have no effect on the simulation results?</title><link>https://www.rockware.com/forum/index.php?/topic/3128-why-does-my-change-of-co2-partial-pressure-have-no-effect-on-the-simulation-results/</link><description><![CDATA[<p>
	Hi, I am trying to simulate the weathering process by toughreact and you can find the description of my question.
</p>

<p>
	I choose EOS9 because I want to know the rainwater infiltration process.
</p>

<p>
	 
</p>

<p>
	However, actually, I have no idea how to set the CO2 partial pressure.
</p>

<p>
	How to keep a fixed CO2 partial pressure if I want to inject rainwater from model top?
</p>

<p>
	How to set a CO2 partial pressure in the soil?
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>
<p>
<a class="ipsAttachLink" href="https://www.rockware.com/forum/applications/core/interface/file/attachment.php?id=1043" data-fileExt='pptx' data-fileid='1043'>model.pptx</a></p>]]></description><guid isPermaLink="false">3128</guid><pubDate>Wed, 10 Feb 2021 07:17:02 +0000</pubDate></item><item><title>How to create cross section in the conceptual model</title><link>https://www.rockware.com/forum/index.php?/topic/3121-how-to-create-cross-section-in-the-conceptual-model/</link><description><![CDATA[<p>
	Dear PetraSim users, 
</p>

<p>
	 
</p>

<p>
	I am new user of PetraSim software, I just started and I hope that my question is not silly. 
</p>

<p>
	 
</p>

<p>
	After I create the conceptual model I need to create several cross sections at different directions. Is this tool available in PetraSim GUI? 
</p>

<p>
	Thank you
</p>
]]></description><guid isPermaLink="false">3121</guid><pubDate>Fri, 18 Dec 2020 19:01:03 +0000</pubDate></item></channel></rss>
