Permability factor
hello,
Is it possible to upload to PetraSim "cell data" from external file?
specificaly, i'm interesting in distributed "Perm. factor". i want to refrain from changing it manually to each cell.
ideas?
2 replies
-
Hi Elad,
you could export cell data from PetraSim ("File --> Write Mesh Data..."). That gives you a text file with cell ID and cell center (x,y,z) information. If you got a permeability factor information for each cell location and put that in the same order as cell ID you can import in PetraSim via "Model --> Set Cell Data...". this works for material types and perm. factor.
Hope that helps,
Julia -
Julia,
thanks for your quick reply.
i found the "Set Cell Data" to be sufficient for my needs.
i listed all my cells in excel and set a random number assuming normal distribution of permability (Mean, stdev) with the function:
=NORMINV(RAND(), MEAN , STDEV ).then copyied the list to PETRASIM
Elad