-
老师,您好。我是一个刚接触LBM的小白。我在使用2Phase的过程中遇到了一些问题。
我不明白为什么我用的默认的例子它的两相不进行驱替。图片如下
![图片](https://github.com/yjhp1016/taichi_LBM3D/assets/150781240/dd2e3544-4336-4ad7-875c-0b7a6aabe003)
-
This is mostly a matter of taste, but the current `BSpline` constructor has too damn many parentheses.
`interpolate(A, BSpline(Cubic(Line(OnGrid()))))` - heaven help you if you don't have bracket-…
-
medialAxis.trimSets() currently nonfunctional for single processor solves, adding here b/c it is a low priority issue
-
Hello,
Problem: Error occurred while trying to transform->cut->cubei a 1000 nos grain structure.
Purpose: I am computing a periodic tessellation in FEPX after meshing in Neper, but the meshed p…
-
**Describe the bug**
In principle, the total energy and force should have translational invariance under the periodic boundtry condition. When I translate a periodic system (water on graphene), the t…
-
Correlations between spins in the 1D H=/=0 case are not what we would expect, there is too little correlation.
-
1. Solve these equations on a unit square
https://onlinelibrary.wiley.com/doi/epdf/10.1002/ctpp.201900139 see section 4:
![image](https://github.com/jwscook/EdgeCodeRequirements/assets/15519866/…
-
```
This is motivated by needing different sets of boundary conditions for
various subproblems of a single computation, namely solving the subproblems
for the corrector functions of micro-problems rel…
-
@sbillinge I am porting over a discussion from the diffpy-users google group on the behavior of `Structure.Bisoequiv` for calculating PDFs via real-space summation with `diffpy.srreal.pdfcalculator.PD…
-
Using FFTViews I wanted to collect the array and display it.
To this aim I tried
```
x = ones((1,10)) .*(1:10)
v = FFTView(x) # does not show the shifted view
c = collect(v) # collects the origi…